Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added a colon
  • Loading branch information
sarna committed Jul 27, 2018
1 parent be1b3d5 commit da0cd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/rb-nutshell.pod6
Expand Up @@ -1071,7 +1071,7 @@ sub bar($b) is export { say "bar $b" }
sub baz($z) { say "baz $z" }
To use this module, simply C<use Bar> and the functions C<foo> and C<bar>
will be available
will be available:
=for code :skip-test
use Bar;
Expand Down

0 comments on commit da0cd0d

Please sign in to comment.