Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 3b85d38

Browse files
authored
Fix angle brackets in doc comments (#70)
1 parent 90743bc commit 3b85d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utils.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import 'package:test/test.dart';
66

7-
/// Converts a [Stream<List<int>>] to a flat byte future.
7+
/// Converts a [Stream]`<List<int>>` to a flat byte future.
88
Future<List<int>> byteStreamToList(Stream<List<int>> stream) =>
99
stream.fold(<int>[], (buffer, chunk) {
1010
buffer.addAll(chunk);

0 commit comments

Comments
 (0)