Fix minor grammar typo

This commit is contained in:
Darius Wiles 2023-09-06 09:47:22 -07:00 committed by GitHub
parent a0c28cd9dc
commit 408dca7241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ responsibilities they cover:
The panic and error systems are not entirely distinct. Often times errors
that are anticipated runtime failures in an API might instead represent bugs
to a caller. For these situations the standard library provides APIs for
constructing panics with an `Error` as it's source.
constructing panics with an `Error` as its source.
* [`Result::unwrap`]
* [`Result::expect`]