Skip to content

Commit c95dba0

Browse files
committed
correct minor typos
1 parent 82a8e05 commit c95dba0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/Language/modules.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ files in a namespace.
2121
2222
=head2 Basic Structure
2323
24-
Module distributions in Perl 6 have the same stucture as any distribution in
24+
Module distributions in Perl 6 have the same structure as any distribution in
2525
the Perl family of languages: there is a main project directory containing
2626
a C<README> and C<LICENSE> file, a C<lib> directory for modules, a C<t>
2727
directory for tests, and possibly a C<bin> directory for executable programs

doc/Language/nativecall.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ how to do the marshalling.
7878
7979
sub message_box(Str is encoded('utf8')) is native('libgui') { * }
8080
81-
To specify how to marshall string return types, just apply this trait to the
81+
To specify how to marshal string return types, just apply this trait to the
8282
routine itself.
8383
8484
sub input_box() returns Str is encoded('utf8') is native('libgui') { * }

doc/Type/Supply.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ automatically re-routed to the :bleed Supply.
426426
=back
427427
428428
The :bleed named parameter optionally specifies a Supply that will receive
429-
any values that were either explicitely bled (with the B<bleed> control
429+
any values that were either explicitly bled (with the B<bleed> control
430430
message), or automatically bled (if there's a B<vent-at> active).
431431
432432
The :vent-at named parameter indicates the number of values that may be

0 commit comments

Comments
 (0)