File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ files in a namespace.
21
21
22
22
= head2 Basic Structure
23
23
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
25
25
the Perl family of languages: there is a main project directory containing
26
26
a C < README > and C < LICENSE > file, a C < lib > directory for modules, a C < t >
27
27
directory for tests, and possibly a C < bin > directory for executable programs
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ how to do the marshalling.
78
78
79
79
sub message_box(Str is encoded('utf8')) is native('libgui') { * }
80
80
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
82
82
routine itself.
83
83
84
84
sub input_box() returns Str is encoded('utf8') is native('libgui') { * }
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ automatically re-routed to the :bleed Supply.
426
426
=back
427
427
428
428
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
430
430
message), or automatically bled (if there's a B < vent-at > active).
431
431
432
432
The :vent-at named parameter indicates the number of values that may be
You can’t perform that action at this time.
0 commit comments