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 5ac3821 commit edddfb3Copy full SHA for edddfb3
text/0000-try-expr.md
@@ -101,7 +101,7 @@ There are two main drawbacks to the `try` keyword.
101
102
For some people, the association to `try { .. } catch { .. }` in languages such
103
as Java, and others in the [prior-art] section, is unhelpful wrt. teachability
104
-because they see the explicit, reifed, and manually propagated exceptions in
+because they see the explicit, reified, and manually propagated exceptions in
105
Rust as something very different than the much more implicit exception handling
106
stories in Java et al.
107
0 commit comments