Doc: Fix typo in comments

Closes https://github.com/dart-lang/sdk/pull/51077

GitOrigin-RevId: cf43719c3f5aa6b551b2906994797c9e79fe2bf8
Change-Id: I45d5864703e5a68d635a5b9aa8881060d6b2bb12
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/279330
Reviewed-by: Slava Egorov <vegorov@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
This commit is contained in:
Beesafe 2023-01-20 12:03:58 +00:00 committed by Commit Queue
parent af0e2dd01e
commit a675b7e005

View file

@ -640,7 +640,7 @@ abstract class RandomAccessFile {
/// Synchronously reads into an existing [buffer]. /// Synchronously reads 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]. /// from [start] to [end].
/// The [start] must be non-negative and no greater than [buffer].length. /// The [start] must be non-negative and no greater than [buffer].length.
/// If [end] is omitted, it defaults to [buffer].length. /// If [end] is omitted, it defaults to [buffer].length.