Skip to content

Commit 1d1bd0d

Browse files
committed
rfc, try-expr: fix copy error wrt. catch vs. do catch.
1 parent 628d78a commit 1d1bd0d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

text/0000-try-expr.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,7 @@ This is our choice of keyword, because it:
226226
## Alternative: reserving `catch`
227227
228228
1. **Fidelity to the construct's actual behavior:** Low
229-
2. **Precedent from existing languages:**
230-
+ `do`: Haskell, Idris
231-
+ `try`: None
229+
2. **Precedent from existing languages:** None
232230
3. **Brevity / Length:** 6
233231
4. **Consistency with the naming of the trait used for `?`:** Inconsistent
234232
5. **Consistency with related libstd fn conventions:** Somewhat consistent

0 commit comments

Comments
 (0)