Skip to content

Commit

Permalink
fix tiny typo in lib/io/file.dart
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
osaxma authored and Commit Queue committed Jan 10, 2024
1 parent c88939d commit 9329f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lib/io/file.dart
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ abstract interface class RandomAccessFile {

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

0 comments on commit 9329f7b

Please sign in to comment.