Skip to content

Commit a3b093a

Browse files
authored
Merge pull request #32486 from valeriyvan/FixExampleSnippetSequence
[stdlib] Fixes example snippet in Sequence.swift
2 parents 1902ff2 + 1560d65 commit a3b093a

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)