Skip to content

Commit

Permalink
Some wording improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagelis-Prokopiou committed Mar 27, 2024
1 parent 10a7aa1 commit cc4a1f4
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 cc4a1f4

Please sign in to comment.