Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #1023 from mienaikage/operator-urls
Fix links to postcircumfix operators
  • Loading branch information
jonathanstowe committed Nov 27, 2016
2 parents 53719f6 + 6c9bfc9 commit 3904632
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Language/operators.pod6
Expand Up @@ -473,15 +473,15 @@ Universal interface for associative access to zero or more elements of a
%color{"cherry"}:delete;
say %color; #-> banana => yellowish, kiwi => green, lime => green
See L«C«postcircumfix < >»|/routine/[ ]#postcircumfix_<_>» and
L<C<postcircumfix « »>|/routine/[ ]#postcircumfix_«_»> for convenient
See L«C«postcircumfix < >»|/routine/< >#(Operators)_postcircumfix_<_>» and
L<C<postcircumfix « »>|/routine/« »#(Operators)_postcircumfix_«_»> for convenient
shortcuts, and L<Subscripts|/language/subscripts> for a more detailed
explanation of this operator's behavior, and how to implement support for it
in custom types.
=head2 postcircumfix C«< >»
Shortcut for L<C<postcircumfix { }>|/routine/[ ]#postcircumfix_{_}> that quotes
Shortcut for L<C<postcircumfix { }>|/routine/{ }#(Operators)_postcircumfix_{_}> that quotes
its argument using the same rules as the L«quote-words operator|
/routine/< >#circumfix_<_>» of the same name.
Expand All @@ -495,7 +495,7 @@ C<{ }> postcircumfix operator at compile-time.
=head2 postcircumfix C<« »>
Shortcut for L<C<postcircumfix { }>|/routine/[ ]#postcircumfix_{_}> that quotes
Shortcut for L<C<postcircumfix { }>|/routine/{ }#(Operators)_postcircumfix_{_}> that quotes
its argument using the same rules as the L<interpolating quote-words operator|
/routine/« »#circumfix_«_»> of the same name.
Expand Down

0 comments on commit 3904632

Please sign in to comment.