Rollup merge of #115614 - dariuswiles:patch-1, r=cuviper

Fix minor grammar typo
This commit is contained in:
Matthias Krüger 2023-09-06 19:31:52 +02:00 committed by GitHub
commit 1d3451d495
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`]