Skip to content

Commit 23e262d

Browse files
committed
more updates from code review
1 parent 508f438 commit 23e262d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/0000-project-error-handling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The error handling project group aims to reduce confusion on how to structure er
2020

2121
### Agree on and define common error handling terminology
2222

23-
- Recoverable error: An error that can reasonably be expected to be encountered e.g. a missing file.
24-
- Unrecoverable error: An error that cannot reasonably be expected to happen and which indicates a bug e.g. indexing out of bounds.
23+
- Recoverable error: An error that can be reacted and recovered from when encountered e.g. a missing file.
24+
- Unrecoverable error: An error that cannot reasonably be reacted to or recovered from and which indicates a bug e.g. indexing out of bounds.
2525
- Error Type: A type that represents a recoverable error. Error types can optionally implement the `Error` trait so that it can be reported to the user or be converted into a trait object.
2626
- Reporting Type: A type that can store all recoverable errors an application may need to propagate and print them as error reports.
2727
- Reporting types can represent the recoverable errors either via concrete types, likely parameterized, or trait objects.
@@ -118,7 +118,7 @@ The project group will create RFCs for various changes to the standard library a
118118

119119
### Who are the initial shepherds/leaders? (This is preferably 2–3 individuals, but not required.)
120120

121-
Jane Lusby, Andrew Gallant, and Sean Chen.
121+
Jane Lusby(@yaahc_), Andrew Gallant(@BurntSushi), and Sean Chen(@seanchen1991).
122122

123123
### Is your group long-running or temporary?
124124

0 commit comments

Comments
 (0)