Skip to content

Commit 3d2b798

Browse files
authored
Fix typo.
1 parent 21d7335 commit 3d2b798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-safety.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ treatment of ownership, as described below.
164164
### Non-consuming builders (preferred)
165165

166166
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:
167+
be consumed. The following variant on [`std::process::Command`] is one example:
168168

169169
[`std::process::Command`]: https://doc.rust-lang.org/std/process/struct.Command.html
170170

0 commit comments

Comments
 (0)