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 97ddefd commit 4884959Copy full SHA for 4884959
Tests/DispatchAsyncTests/DispatchGroupTests.swift
@@ -104,14 +104,14 @@ struct DispatchGroupTests {
104
/// But the following would not be valid:
105
///
106
/// ```
107
- /// // BAD!
+ /// // BAD! (43 comes before 42)
108
/// |🔵43🟣/🟣^🟣\🟢43=
109
/// |🔵42🟣/🟣^🟣\🟢42=
110
/// |🔵44🟣/🟣^🟣\🟢44=
111
112
113
114
+ /// // BAD! (green globe comes before a purle one)
115
/// |🔵42🟣/🟣^🟢42🟣\=
116
117
0 commit comments