Skip to content

Commit 7b705ab

Browse files
committed
whitespace, typo, new word
1 parent 10ca0ee commit 7b705ab

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

doc/Language/modules.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ fez upload
10731073
=head3 Versioning and fez
10741074
10751075
=item To prevent changes to a versioned distribution (remember a distribution may contain more than
1076-
one module), only B<one> upload of a distribution per version is permitted. If a developer makes changes to
1076+
one module), only B<one> upload of a distribution per version is permitted. If a developer makes changes to
10771077
code in a repository, the changes will not be reflected in the C<fez> system. So changes to code must be
10781078
accompanied by a bump in the version number and the new version uploaded to C<fez>.
10791079

doc/Language/objects.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ L<weaker object oriented design|https://6guts.wordpress.com/2016/11/25/perl-6-is
407407
X<Classes|Methods,programmatic use>
408408
Method names can be resolved at runtime with the C<.""> operator which
409409
enables programmatic use of such names. For example, since an
410-
attribute name is also a method, we can show attibute C<a>'s value by
410+
attribute name is also a method, we can show attribute C<a>'s value by
411411
calling the C<a> method:
412412
413413
=begin code

xt/pws/code.pws

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ moveup
319319
msvc
320320
muchmoresecure
321321
mugen
322+
mul
322323
mult
323324
multihyphenate
324325
myapp

0 commit comments

Comments
 (0)