Skip to content

Commit

Permalink
whitespace, typo, new word
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 28, 2022
1 parent 10ca0ee commit 7b705ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/Language/modules.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ fez upload
=head3 Versioning and fez
=item To prevent changes to a versioned distribution (remember a distribution may contain more than
one module), only B<one> upload of a distribution per version is permitted. If a developer makes changes to
one module), only B<one> upload of a distribution per version is permitted. If a developer makes changes to
code in a repository, the changes will not be reflected in the C<fez> system. So changes to code must be
accompanied by a bump in the version number and the new version uploaded to C<fez>.
Expand Down
2 changes: 1 addition & 1 deletion doc/Language/objects.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ L<weaker object oriented design|https://6guts.wordpress.com/2016/11/25/perl-6-is
X<Classes|Methods,programmatic use>
Method names can be resolved at runtime with the C<.""> operator which
enables programmatic use of such names. For example, since an
attribute name is also a method, we can show attibute C<a>'s value by
attribute name is also a method, we can show attribute C<a>'s value by
calling the C<a> method:
=begin code
Expand Down
1 change: 1 addition & 0 deletions xt/pws/code.pws
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ moveup
msvc
muchmoresecure
mugen
mul
mult
multihyphenate
myapp
Expand Down

0 comments on commit 7b705ab

Please sign in to comment.