We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96b459 commit 05888b5Copy full SHA for 05888b5
doc/Type/Metamodel/CurriedRoleHOW.pod6
@@ -2,7 +2,7 @@
2
3
=TITLE role Metamodel::CurriedRoleHOW
4
5
-=SUBTITLE Support for parametrized roles that have not been instantiated
+=SUBTITLE Support for parameterized roles that have not been instantiated
6
7
class Metamodel::CurriedRoleHOW
8
does Metamodel::Naming
@@ -29,7 +29,7 @@ instantiation of it. This meta-object represents those "partial types"
29
as both a way to curry on your way to a full specialization, but also
30
as a way to do type-checking or punning.
31
32
-This class will show up in parametrized roles. For instance:
+This class will show up in parameterized roles. For instance:
33
34
=begin code
35
role Zipi[::T] {
0 commit comments