Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion annotations/yo/nested/enumerations.yo
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enumeration can be used directly. For example:
}
}
)
Ouside of the class tt(DataStructure) the name of the enumeration type is
Outside of the class tt(DataStructure) the name of the enumeration type is
not used to refer to the values of the enumeration. Here the classname is
sufficient. Only if a variable of the enumeration type is required the name of
the enumeration type is needed, as illustrated by the following piece of code:
Expand Down