Skip to content

Commit 408dca7

Browse files
authored
Fix minor grammar typo
1 parent a0c28cd commit 408dca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/error.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ responsibilities they cover:
3737
The panic and error systems are not entirely distinct. Often times errors
3838
that are anticipated runtime failures in an API might instead represent bugs
3939
to a caller. For these situations the standard library provides APIs for
40-
constructing panics with an `Error` as it's source.
40+
constructing panics with an `Error` as its source.
4141

4242
* [`Result::unwrap`]
4343
* [`Result::expect`]

0 commit comments

Comments
 (0)