diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-09-06 19:31:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-06 19:31:52 +0200 |
| commit | 1d3451d4950b3eafb854481de7d58878ae48dffd (patch) | |
| tree | 737246069e3f8b434a31a02c8423e1503a5cff83 | |
| parent | 9a901dad6f17a06b2e8716b1d31a114b8af3c769 (diff) | |
| parent | 408dca7241f9af843ea4a88f04a7c3008105dcbe (diff) | |
| download | rust-1d3451d4950b3eafb854481de7d58878ae48dffd.tar.gz rust-1d3451d4950b3eafb854481de7d58878ae48dffd.zip | |
Rollup merge of #115614 - dariuswiles:patch-1, r=cuviper
Fix minor grammar typo
| -rw-r--r-- | library/core/src/error.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/error.md b/library/core/src/error.md index 7771b8adc92..a5deb71e6b8 100644 --- a/library/core/src/error.md +++ b/library/core/src/error.md @@ -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`] |
