We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 824b915 + 0b153cb commit 984b36eCopy full SHA for 984b36e
src/input-format.md
@@ -21,7 +21,7 @@ Other occurrences of the character `U+000D` (CR) are left in place (they are tre
21
22
## Shebang removal
23
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.
+If the remaining sequence begins with the characters `#!`, the characters up to and including the first `U+000A` (LF) are removed from the sequence.
25
26
For example, the first line of the following file would be ignored:
27
0 commit comments