Skip to content

Commit c2fc6a4

Browse files
amartini51krilnon
andauthored
Incorporate suggestions from Kyle.
Co-authored-by: Kyle Murray <krilnon@users.noreply.github.com>
1 parent 9bd9101 commit c2fc6a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/Extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Extensions
44

5-
Add functionality to an existing data type.
5+
Add functionality to an existing type.
66

77
*Extensions* add new functionality to an existing
88
class, structure, enumeration, or protocol type.

Sources/TSPL/TSPL.docc/LanguageGuide/Initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Initialization
44

5-
Set the initial values for a type's stored properties.
5+
Set the initial values for a type's stored properties and perform one-time setup.
66

77
*Initialization* is the process of preparing an instance of
88
a class, structure, or enumeration for use.

0 commit comments

Comments
 (0)