Skip to content

Commit

Permalink
Merge pull request #1486 from aoyama-val/patch-1
Browse files Browse the repository at this point in the history
Fix typo of shebang
  • Loading branch information
ehuss committed Mar 25, 2024
2 parents 824b915 + 0b153cb commit 984b36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 984b36e

Please sign in to comment.