Skip to content

Commit

Permalink
apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeonuPark committed Jul 16, 2023
1 parent 98bcf5f commit d1ffada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/src/fs/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ impl File {
Ok(File::from_std(std_file))
}

/// Returns a new OpenOptions object.
/// Returns a new [`OpenOptions`] object.
///
/// This function returns a new OpenOptions object that you can use to
/// This function returns a new `OpenOptions` object that you can use to
/// open or create a file with specific options if `open()` or `create()`
/// are not appropriate.
///
Expand Down

0 comments on commit d1ffada

Please sign in to comment.