Skip to content

Commit 05888b5

Browse files
committed
fix typo
1 parent a96b459 commit 05888b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Metamodel/CurriedRoleHOW.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
=TITLE role Metamodel::CurriedRoleHOW
44
5-
=SUBTITLE Support for parametrized roles that have not been instantiated
5+
=SUBTITLE Support for parameterized roles that have not been instantiated
66
77
class Metamodel::CurriedRoleHOW
88
does Metamodel::Naming
@@ -29,7 +29,7 @@ instantiation of it. This meta-object represents those "partial types"
2929
as both a way to curry on your way to a full specialization, but also
3030
as a way to do type-checking or punning.
3131
32-
This class will show up in parametrized roles. For instance:
32+
This class will show up in parameterized roles. For instance:
3333
3434
=begin code
3535
role Zipi[::T] {

0 commit comments

Comments
 (0)