Skip to content

Commit

Permalink
Add a missed / in a doc comment
Browse files Browse the repository at this point in the history
Resolves rendering issues with this doc on the hosted doc site.
  • Loading branch information
natebosch committed Oct 15, 2024
1 parent 8e8a836 commit e560ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/checks/lib/src/extensions/async.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ extension StreamChecks<T> on Subject<StreamQueue<T>> {
/// await check(someStream).withQueue.inOrder([
/// (s) => s.emits((e) => e.equals(0)),
/// (s) => s.emits((e) => e.equals(1)),
// ]);
/// ]);
/// ```
///
/// If this expectation fails, the source queue will be left in its original
Expand Down

0 comments on commit e560ebe

Please sign in to comment.