Skip to content

Commit edddfb3

Browse files
committed
rfc, try-expr: fix typo: reifed -> reified.
1 parent 5ac3821 commit edddfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-try-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ There are two main drawbacks to the `try` keyword.
101101

102102
For some people, the association to `try { .. } catch { .. }` in languages such
103103
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
104+
because they see the explicit, reified, and manually propagated exceptions in
105105
Rust as something very different than the much more implicit exception handling
106106
stories in Java et al.
107107

0 commit comments

Comments
 (0)