Skip to content

Commit ff0067c

Browse files
committed
fixed reference to grammars jeeger++
1 parent 4e8d751 commit ff0067c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/roles.pod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ behaviors by performing different roles.
123123

124124
=head1 What is a role?
125125

126-
Previous chapters have explained classes and grammars. A role is another type
127-
of package. Like classes and grammars, a role can contain methods (including
128-
named regexes) and attributes. However, a role cannot stand on its own; you
129-
cannot instantiate a role. To use a role, you must incorporate it into an
130-
object, class, or grammar.
126+
A role is another type of package. Like classes, a role can contain
127+
methods (including named regexes) and attributes. However, a role cannot
128+
stand on its own; you cannot instantiate a role. To use a role, you must
129+
incorporate it into an object, class, or, as we'll see in later
130+
chapters, a grammar.
131131

132132
In other object systems, classes perform two tasks. They represent entities in
133133
the system, providing models from which to create instances. They also provide

0 commit comments

Comments
 (0)