We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff89aa commit cf19c6cCopy full SHA for cf19c6c
stdlib/public/core/Sequence.swift
@@ -48,13 +48,13 @@ public protocol GeneratorType {
48
/// As a consequence, it is not possible to run multiple `for` loops
49
/// on a sequence to "resume" iteration:
50
///
51
-/// for element in sequence {
52
-/// if ... some condition { break }
53
-/// }
+/// for element in sequence {
+/// if ... some condition { break }
+/// }
54
55
56
-/// // Not guaranteed to continue from the next element.
57
+/// // Not guaranteed to continue from the next element.
58
59
/// `SequenceType` makes no requirement about the behavior in that
60
/// case. It is not correct to assume that a sequence will either be
0 commit comments