Skip to content

Commit 5bc6390

Browse files
committed
Clarify that you can have multiple nested types.
1 parent f917c58 commit 5bc6390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/NestedTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nested Types
22

3-
Define one data type inside of another data type.
3+
Define data types inside the scope of another data type.
44

55
Enumerations are often created to support a specific class or structure's functionality.
66
Similarly, it can be convenient to define utility classes and structures

0 commit comments

Comments
 (0)