Skip to content

Commit 6b9286a

Browse files
committed
Reword "\n" -> vertical newline.
1 parent c315b0c commit 6b9286a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?NL>X<|$?ENC>
10831083
$?ROLE Which role am I in? (as variable)
10841084
$?GRAMMAR Which grammar am I in?
10851085
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
1086-
$?NL What "\n" means: LF, CR or CRLF
1086+
$?NL What a vertical newline "\n" means: LF, CR or CRLF
10871087
$?ENC Default encoding of Str.encode/Buf.decode/various IO methods.
10881088
10891089
With particular regard to the C<$?NL>, see the L<newline pragma|/language/pragmas>.

0 commit comments

Comments
 (0)