Skip to content

Commit

Permalink
Fix an example
Browse files Browse the repository at this point in the history
`render` is a method
  • Loading branch information
vrurg committed Jun 5, 2022
1 parent 0fbd6e7 commit aad1d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pod/To/Man.rakumod
Expand Up @@ -15,7 +15,7 @@ From the command line:
=begin code :lang<raku>
use Pod::To::Man;
say Pod::To::Man::render(slurp("your.rakudoc"));
say Pod::To::Man.render(slurp("your.rakudoc"));
=end code
=head1 RESOURCES
Expand Down

0 comments on commit aad1d23

Please sign in to comment.