Skip to content

Commit 67218fb

Browse files
authored
Fix typo
1 parent cb86d4a commit 67218fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ for METHOD in "${REQUESTS_V1_METHODS[@]}"; do
6060
fi
6161
echo "${METHOD} is defined on line ${LINE}."
6262

63-
# Check the previous line forr ReturnTypeWillChange attribute.
63+
# Check the previous line for ReturnTypeWillChange attribute.
6464
if sed -e "$((LINE - 1)) !d" "${FILE}" | grep -q -F '#[ReturnTypeWillChange]'; then
6565
continue
6666
fi

0 commit comments

Comments
 (0)