We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c28cd commit 408dca7Copy full SHA for 408dca7
library/core/src/error.md
@@ -37,7 +37,7 @@ responsibilities they cover:
37
The panic and error systems are not entirely distinct. Often times errors
38
that are anticipated runtime failures in an API might instead represent bugs
39
to a caller. For these situations the standard library provides APIs for
40
-constructing panics with an `Error` as it's source.
+constructing panics with an `Error` as its source.
41
42
* [`Result::unwrap`]
43
* [`Result::expect`]
0 commit comments