Skip to content

Commit 628d78a

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

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
@@ -195,9 +195,7 @@ Among the considerations when picking a keyword are, ordered by importance:
195195
[rationale for try]: #rationale-for-try
196196

197197
1. **Fidelity to the construct's actual behavior:** Very high
198-
2. **Precedent from existing languages:**
199-
+ `do`: Haskell, Idris
200-
+ `try`: A lot, see [prior-art]
198+
2. **Precedent from existing languages:** A lot, see [prior-art]
201199
1. **Popularity of the languages:** Massive accumulated dominance
202200
2. **Fidelity to behavior in those languages:** Very high
203201
3. **Familiarity with respect to their analogous constructs:** Very high

0 commit comments

Comments
 (0)