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 a96b459 commit 05888b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Metamodel/CurriedRoleHOW.pod6
Expand Up @@ -2,7 +2,7 @@
=TITLE role Metamodel::CurriedRoleHOW
=SUBTITLE Support for parametrized roles that have not been instantiated
=SUBTITLE Support for parameterized roles that have not been instantiated
class Metamodel::CurriedRoleHOW
does Metamodel::Naming
Expand All @@ -29,7 +29,7 @@ instantiation of it. This meta-object represents those "partial types"
as both a way to curry on your way to a full specialization, but also
as a way to do type-checking or punning.
This class will show up in parametrized roles. For instance:
This class will show up in parameterized roles. For instance:
=begin code
role Zipi[::T] {
Expand Down

0 comments on commit 05888b5

Please sign in to comment.