diff --git a/doc/Language/newline.pod6 b/doc/Language/newline.pod6 index 7718ffc2c..9cc09751a 100644 --- a/doc/Language/newline.pod6 +++ b/doc/Language/newline.pod6 @@ -30,7 +30,7 @@ exists in various places to control this transformation, for instance, in L|/type/Proc::Async#method_new> and L|/type/Proc::Async#method_Supply>. -=item A C<\n> in the C language is logical, and will +=item A C<\n> in the L language is logical, and will match a C<\r\n>. X<|:nl-out> @@ -49,7 +49,7 @@ will get those characters at the end of the line, as shown. In regular expressions, L|/language/regexes#index-entry-regex_\n-regex_\N-\n_and_\N> is defined in terms of the L. It will match C<.> +newline|http://unicode.org/reports/tr18/#Line_Boundaries>. It will match C<.> and also C<\v>, as well as any class that includes whitespace. =end pod