Skip to content

Commit e3f884e

Browse files
committed
docs: Make note of some debug printouts.
1 parent 66f3bfa commit e3f884e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/DispatchAsyncTests/DispatchGroupTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ struct DispatchGroupTests {
104104
/// But the following would not be valid:
105105
///
106106
/// ```
107-
/// // BAD!
107+
/// // BAD! (43 comes before 42)
108108
/// |🔵43🟣/🟣^🟣\🟢43=
109109
/// |🔵42🟣/🟣^🟣\🟢42=
110110
/// |🔵44🟣/🟣^🟣\🟢44=
111111
/// ```
112112
///
113113
/// ```
114-
/// // BAD!
114+
/// // BAD! (green globe comes before a purle one)
115115
/// |🔵42🟣/🟣^🟢42🟣\=
116116
/// ```
117117
///

0 commit comments

Comments
 (0)