Skip to content

Commit

Permalink
the renderer doesn't like C<I<foo>>, trying I<C<foo>> what is righter
Browse files Browse the repository at this point in the history
anyways
  • Loading branch information
gfldex committed Mar 30, 2016
1 parent 57f7325 commit a256055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Language/functions.pod
Expand Up @@ -644,7 +644,7 @@ a 1; # Int 1\n Any 1
=end code
As mentioned earlier, multi subs are not the only situation in which
C<I<callwith>>, C<I<callsame>>, C<I<nextwith>> and C<I<nextsame>> can be helpful.
I<C<callwith>>, I<C<callsame>>, I<C<nextwith>> and I<C<nextsame>> can be helpful.
One is is for dispatching to wrapped routines:
=begin code
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/typesystem.pod
Expand Up @@ -38,7 +38,7 @@ TODO
=head2 C<subset>
A C<I<subset>> declares a new type that will re-dispatch to its base type. If a
A I<C<subset>> declares a new type that will re-dispatch to its base type. If a
C<where> clause is supplied any assignment will be checked against the given
code object.
Expand Down

0 comments on commit a256055

Please sign in to comment.