fix typo of shebang

This commit is contained in:
Shotaro Aoyama 2024-03-24 14:02:49 +09:00 committed by GitHub
parent 824b9156b2
commit 0b153cb607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Other occurrences of the character `U+000D` (CR) are left in place (they are tre
## Shebang removal
If the remaining sequence begins with the characters `!#`, the characters up to and including the first `U+000A` (LF) are removed from the sequence.
If the remaining sequence begins with the characters `#!`, the characters up to and including the first `U+000A` (LF) are removed from the sequence.
For example, the first line of the following file would be ignored: