summaryrefslogtreecommitdiffstats
path: root/src/doc/rust-by-example/src/std_misc/file/create.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/rust-by-example/src/std_misc/file/create.md')
-rw-r--r--src/doc/rust-by-example/src/std_misc/file/create.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rust-by-example/src/std_misc/file/create.md b/src/doc/rust-by-example/src/std_misc/file/create.md
index 709213c9d..4f113df88 100644
--- a/src/doc/rust-by-example/src/std_misc/file/create.md
+++ b/src/doc/rust-by-example/src/std_misc/file/create.md
@@ -53,6 +53,6 @@ proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
(As in the previous example, you are encouraged to test this example under
failure conditions.)
-There is [`OpenOptions`] struct that can be used to configure how a file is opened.
+The [`OpenOptions`] struct can be used to configure how a file is opened.
[`OpenOptions`]: https://doc.rust-lang.org/std/fs/struct.OpenOptions.html