Skip to content

Commit 97fe585

Browse files
authored
Merge pull request swiftlang#157 from brettkoonce/minor-sp
minor sp: continution --> continuation
2 parents ee75427 + e5c47ad commit 97fe585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/PrettyPrinter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ There are five kinds of breaks:
9898
wrap (without regard to the break's length) and the indentation level will be
9999
reset to the base indentation level. This is used, for example, to reset the
100100
indentation level at the end of a statement (which may have been wrapped as
101-
a continution) or to force the `{` of a control flow statement onto its own
101+
a continuation) or to force the `{` of a control flow statement onto its own
102102
line when the statement was wrapped.
103103

104104
#### Open

0 commit comments

Comments
 (0)