Skip to content

Commit 984b36e

Browse files
authored
Merge pull request #1486 from aoyama-val/patch-1
Fix typo of shebang
2 parents 824b915 + 0b153cb commit 984b36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input-format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Other occurrences of the character `U+000D` (CR) are left in place (they are tre
2121

2222
## Shebang removal
2323

24-
If the remaining sequence begins with the characters `!#`, the characters up to and including the first `U+000A` (LF) are removed from the sequence.
24+
If the remaining sequence begins with the characters `#!`, the characters up to and including the first `U+000A` (LF) are removed from the sequence.
2525

2626
For example, the first line of the following file would be ignored:
2727

0 commit comments

Comments
 (0)