Skip to content

Commit b4a1266

Browse files
committed
Rewrite an ambiguous abstract.
The words "structure" and "groups" can both be read as either a noun or a verb, which makes this sentence hard to parse. This fact that we use "structure" as a noun a lot throughout the book to refer to structs exacerbates that misreading. Fixes rdar://103188927
1 parent e19bb77 commit b4a1266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSPL/TSPL.docc/ReferenceManual/Statements.md

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

3-
Structure groups of expressions and control their behavior.
3+
Group expressions and control the flow of execution.
44

55
In Swift, there are three kinds of statements: simple statements, compiler control statements,
66
and control flow statements.

0 commit comments

Comments
 (0)