Skip to content

Commit fa3fb91

Browse files
authored
typo "motiviation" (#1014)
1 parent a601c3a commit fa3fb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/inside-rust/2022-07-27-keyword-generics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ is talk about introducing `try fn() {}` or `fn () -> throws` syntax. This could
348348
make it so methods such as `Iterator::filter` would be able to use `?` to break
349349
out of the closure and short-circuit iteration.
350350

351-
Our main motiviation for this feature is that without it, it's easy for Rust to
351+
Our main motivation for this feature is that without it, it's easy for Rust to
352352
start to feel _disjointed_. We sometimes joke that Rust is actually 3-5
353353
languages in a trenchcoat. Between const rust, fallible rust, async rust, unsafe
354354
rust - it can be easy for common APIs to only be available in one variant of the

0 commit comments

Comments
 (0)