Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coke committed Apr 14, 2019
1 parent 2401b58 commit 2f1f7c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Type/Metamodel/ParametricRoleGroupHOW.pod6
Expand Up @@ -2,7 +2,7 @@
=TITLE role Metamodel::ParametricRoleGroupHOW
=SUBTITLE Represents a group of roles with different parametrizations
=SUBTITLE Represents a group of roles with different parameterizations
class Metamodel::ParametricRoleGroupHOW
does Metamodel::Naming
Expand Down
4 changes: 2 additions & 2 deletions doc/Type/Metamodel/ParametricRoleHOW.pod6
Expand Up @@ -2,7 +2,7 @@
=TITLE role Metamodel::ParametricRoleHOW
=SUBTITLE Represents a non-instantiated, parametrized, role.
=SUBTITLE Represents a non-instantiated, parameterized, role.
class Metamodel::ParametricRoleHOW
does Metamodel::Naming
Expand All @@ -20,7 +20,7 @@
does Metamodel::ArrayType {}
A C<Metamodel::ParametricRoleHOW> represents a non-instantiated, possibly
parametrized, role:
parameterized, role:
=for code
(role Zape[::T] {}).HOW.say;# OUTPUT: «Perl6::Metamodel::ParametricRoleHOW.new␤»
Expand Down

0 comments on commit 2f1f7c2

Please sign in to comment.