Skip to content

Commit 100a626

Browse files
committed
rfc, try-expr: fix copy error wrt. fidelity of do catch { .. }.
1 parent 6888455 commit 100a626

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
@@ -262,7 +262,7 @@ We believe `catch` to be a poor choice of keyword, because it:
262262
263263
## Alternative: keeping `do catch { .. }`
264264
265-
1. **Fidelity to the construct's actual behavior:** High
265+
1. **Fidelity to the construct's actual behavior:** Low
266266
2. **Precedent from existing languages:**
267267
+ `do`: Haskell, Idris
268268
+ `catch`: None, see [prior-art]

0 commit comments

Comments
 (0)