We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3b26d commit 21d1ca1Copy full SHA for 21d1ca1
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