Skip to content

Commit 9329f7b

Browse files
osaxmaCommit Queue
authored andcommitted
fix tiny typo in lib/io/file.dart
Closes #54562 GitOrigin-RevId: f3b2502 Change-Id: I6af749c16a5358e910bc883ef1ddfc65c30a0c3c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/345369 Reviewed-by: Lasse Nielsen <[email protected]> Commit-Queue: Kevin Moore <[email protected]> Reviewed-by: Brian Quinlan <[email protected]> Commit-Queue: Brian Quinlan <[email protected]>
1 parent c88939d commit 9329f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/io/file.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ abstract interface class RandomAccessFile {
710710

711711
/// Reads bytes into an existing [buffer].
712712
///
713-
/// Reads bytes and writes then into the range of [buffer]
713+
/// Reads bytes and writes them into the range of [buffer]
714714
/// from [start] to [end].
715715
/// The [start] must be non-negative and no greater than [buffer].length.
716716
/// If [end] is omitted, it defaults to [buffer].length.

0 commit comments

Comments
 (0)