fix(curriculum): typo in comment (#42914)

preceed -> precede
pull/42913/merge
Ikko Ashimine 2021-07-17 16:04:31 +09:00 committed by GitHub
parent 40a0d7470e
commit 48257c80b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ This helper checks if a function/method is called with no arguments.
Because Safari does not support lookbehinds (as of writing this on
July 14 2021), avoiding false matches on function definitions is done by
checking that only whitespace characters preceed the calling name on the line
checking that only whitespace characters precede the calling name on the line
it is found on. That makes this helper incompatible with
removeWhiteSpace() above, which removes all whitespace characters.
*/