We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb86d4a commit 67218fbCopy full SHA for 67218fb
generate.sh
@@ -60,7 +60,7 @@ for METHOD in "${REQUESTS_V1_METHODS[@]}"; do
60
fi
61
echo "${METHOD} is defined on line ${LINE}."
62
63
- # Check the previous line forr ReturnTypeWillChange attribute.
+ # Check the previous line for ReturnTypeWillChange attribute.
64
if sed -e "$((LINE - 1)) !d" "${FILE}" | grep -q -F '#[ReturnTypeWillChange]'; then
65
continue
66
0 commit comments