We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d7335 commit 3d2b798Copy full SHA for 3d2b798
src/type-safety.md
@@ -164,7 +164,7 @@ treatment of ownership, as described below.
164
### Non-consuming builders (preferred)
165
166
In some cases, constructing the final `T` does not require the builder itself to
167
-be consumed. The follow variant on [`std::process::Command`] is one example:
+be consumed. The following variant on [`std::process::Command`] is one example:
168
169
[`std::process::Command`]: https://doc.rust-lang.org/std/process/struct.Command.html
170
0 commit comments