Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
class name didn't match
  • Loading branch information
coke committed Oct 19, 2016
1 parent 547ed3f commit abb5a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/X/Does/TypeObject.pod6
Expand Up @@ -22,7 +22,7 @@ grammar IntegralParser does AlgebraParser { ... };
Roles may only be runtime-mixed into defined object instances:
=for code :skip-test
GrassmanNumber.new does AlgebraDebugger;
GrassmannNumber.new does AlgebraDebugger;
(This restriction may be worked around by using
L<augment or supersede|/language/variables#The_augment_Declarator>, or
Expand Down

0 comments on commit abb5a5c

Please sign in to comment.