Skip to content

Commit d5b6854

Browse files
committed
fix typos in modules.pod
1 parent a481420 commit d5b6854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/modules.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ C<need> loads a C<compunit> at compile time.
4646
4747
need MyModule;
4848
49-
Any packages in the namespace defined within will also be availble.
49+
Any packages in the namespace defined within will also be available.
5050
5151
# MyModule.pm
5252
unit module MyModule;
5353
5454
class MyModule::Class { ... }
5555
56-
C<MyModule::Class> will be defined in when C<MyModule> is loaded.
56+
C<MyModule::Class> will be defined when C<MyModule> is loaded.
5757
5858
=comment class Class { ... } won't get exported automatically on loading...not sure if bug or..
5959

0 commit comments

Comments
 (0)