Skip to content

Commit e879e7b

Browse files
committed
Minor typographical updates
1 parent 43b1c8f commit e879e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Language/modules.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The instructions herein require that you have a
1717
L<GitHub|http://www.github.com> account so that your module can be shared
1818
from its GitHub repository.
1919
20-
To share your module then, do the following:
20+
To share your module, do the following:
2121
2222
=item Create a project directory named after your module. For
23-
example, if your module is Vortex::TotalPerspective, then create a
23+
example, if your module is C<Vortex::TotalPerspective>, then create a
2424
project directory named C<Vortex-TotalPerspective>. This project
2525
directory name will also be used as the GitHub repo name.
2626
@@ -59,7 +59,7 @@ To share your module then, do the following:
5959
=item If you don't yet have any tests, you can leave out the C<t>
6060
directory and C<basic.t> file for now. For more info on how to write
6161
tests (for now), you might have a look at how other modules use
62-
Test. It's quite similar to Perl 5's Test::More.
62+
C<Test>. It's quite similar to Perl 5's C<Test::More>.
6363
6464
=item To document your modules, use L<Perl 6 Pod |
6565
http://design.perl6.org/S26.html> markup inside your modules. Module

0 commit comments

Comments
 (0)