Skip to content

Commit d2c273b

Browse files
committed
Fix code syntax error.
1 parent 1dce37e commit d2c273b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/core/Arrays.swift.gyb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ if True:
231231
///
232232
/// if let firstElement = oddNumbers.first, lastElement = oddNumbers.last {
233233
/// print(firstElement, lastElement, separator: ", ", terminator: "\n")
234+
/// }
234235
/// // Prints "1, 15"
235236
///
236237
/// print(emptyDoubles.first, emptyDoubles.last, separator: ", ", terminator: "\n")

0 commit comments

Comments
 (0)