Skip to content

Commit 1560d65

Browse files
committed
Fixes example snippet in Sequence.swift
1 parent 932a91e commit 1560d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Sequence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
/// }
9999
/// }
100100
/// print(longestAnimal)
101-
/// // Prints "Butterfly"
101+
/// // Prints Optional("Butterfly")
102102
///
103103
/// Using Multiple Iterators
104104
/// ========================

0 commit comments

Comments
 (0)