Skip to content

Commit fe5f6d7

Browse files
Update typesystem.pod6 in Class section for minor grammar fix
1 parent 59efbe2 commit fe5f6d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/typesystem.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ compiler will check at the end of the current scope if the type is defined.
7575
7676
A I<class> is a stereotype that expresses a specific type that can be instantiated
7777
into I<objects> (also called I<instances>). Each object (instance of the class)
78-
has access to the same common I<behaviour> defined in the class itself, while
79-
can keep an internal state not shared with other instances of the same class.
78+
has access to the same common I<behaviour> defined in the class itself, while keeping
79+
an internal state not shared with other instances of the same class.
8080
The behavioural part of each object is defined in the class using I<methods>,
8181
while the internal state is provided via I<attributes> (variable scoped within the
8282
class).

0 commit comments

Comments
 (0)