We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88939d commit 9329f7bCopy full SHA for 9329f7b
sdk/lib/io/file.dart
@@ -710,7 +710,7 @@ abstract interface class RandomAccessFile {
710
711
/// Reads bytes into an existing [buffer].
712
///
713
- /// Reads bytes and writes then into the range of [buffer]
+ /// Reads bytes and writes them into the range of [buffer]
714
/// from [start] to [end].
715
/// The [start] must be non-negative and no greater than [buffer].length.
716
/// If [end] is omitted, it defaults to [buffer].length.
0 commit comments