Merge pull request #1486 from aoyama-val/patch-1

Fix typo of shebang
This commit is contained in:
Eric Huss 2024-03-25 14:05:19 +00:00 committed by GitHub
commit 984b36eca4
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: