Skip to content

Commit 5cd3a24

Browse files
committed
remove trailing whitespace
1 parent 05576b7 commit 5cd3a24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ It is equivalent to:
7878
7979
C<require> loads a compunit and imports definite symbols at runtime.
8080
81-
8281
say "loading MyModule";
8382
require MyModule;
8483
@@ -122,7 +121,7 @@ a C<Failure>. The correct way is:
122121
123122
# Use return value to test whether loading succeeded:
124123
(try require Foo) === Nil and say "Failed to load Foo!";
125-
124+
126125
# Or use a run-time symbol lookup with require, to avoid compile-time
127126
# package installation:
128127
try require ::('Foo');

0 commit comments

Comments
 (0)