Skip to content

Commit 6e4a6af

Browse files
authored
Add a missed / in a doc comment (#2289)
Resolves rendering issues with this doc on the hosted doc site.
1 parent 1c06a0d commit 6e4a6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/checks/lib/src/extensions/async.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ extension StreamChecks<T> on Subject<StreamQueue<T>> {
233233
/// await check(someStream).withQueue.inOrder([
234234
/// (s) => s.emits((e) => e.equals(0)),
235235
/// (s) => s.emits((e) => e.equals(1)),
236-
// ]);
236+
/// ]);
237237
/// ```
238238
///
239239
/// If this expectation fails, the source queue will be left in its original

0 commit comments

Comments
 (0)