Skip to content

Commit 4d41779

Browse files
committed
prefix with typed_data.
1 parent 85eeeeb commit 4d41779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typed_buffers.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/// That means that using the [TypedDataView.buffer] getter is not guaranteed
1212
/// to return the same result each time it is used, and that the buffer may
1313
/// be larger than what the list is using.
14-
library typed_buffers;
14+
library typed_data.typed_buffers;
1515

1616
import "dart:collection" show ListBase;
1717
import "dart:typed_data";

0 commit comments

Comments
 (0)