Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
benji committed Jul 7, 2018
1 parent 11b5ae8 commit 35a89eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/newline.pod6
Expand Up @@ -30,7 +30,7 @@ exists in various places to control this transformation, for instance, in
L<C<Proc::Async.new>|/type/Proc::Async#method_new> and
L<C<Proc::Async.Supply>|/type/Proc::Async#method_Supply>.
=item A C<\n> in the C<regex|/language/regexes> language is logical, and will
=item A C<\n> in the L<regex|/language/regexes> language is logical, and will
match a C<\r\n>.
X<|:nl-out>
Expand All @@ -49,7 +49,7 @@ will get those characters at the end of the line, as shown.
In regular expressions,
L<C<\n>|/language/regexes#index-entry-regex_\n-regex_\N-\n_and_\N> is defined in
terms of the L<Unicode definition of logical
newline1http://unicode.org/reports/tr18/#Line_Boundaries>. 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
Expand Down

0 comments on commit 35a89eb

Please sign in to comment.