Skip to content

Commit

Permalink
Unrolled build for rust-lang#123136
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#123136 - Vagelis-Prokopiou:fix/docs, r=ChrisDenton

Some wording improvement

"Data" is usually considered as plural uncountable, therefore "some" seems to make more sense imo.
  • Loading branch information
rust-timer authored Mar 28, 2024
2 parents 9d70954 + cc4a1f4 commit 38a9c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/std/src/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ impl File {
/// See the [`OpenOptions::open`] function for more details.
///
/// See also [`std::fs::write()`][self::write] for a simple function to
/// create a file with a given data.
/// create a file with some given data.
///
/// # Examples
///
Expand Down Expand Up @@ -1036,7 +1036,7 @@ impl OpenOptions {
/// [`OpenOptions::append`] access must be used.
///
/// See also [`std::fs::write()`][self::write] for a simple function to
/// create a file with a given data.
/// create a file with some given data.
///
/// # Examples
///
Expand Down

0 comments on commit 38a9c7b

Please sign in to comment.