diff options
| author | sunrosa <79175772+sunrosa@users.noreply.github.com> | 2024-01-20 18:27:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-20 18:27:55 +0000 |
| commit | 0e96840e7eeaabd3cced2319855893ec7e2a503d (patch) | |
| tree | e6bae8ba4302ecaa94ecea6b876327b6623e14ee | |
| parent | 159bdc1e9313d63ed97ae79fd7c6037393f3ab88 (diff) | |
| download | rust-0e96840e7eeaabd3cced2319855893ec7e2a503d.tar.gz rust-0e96840e7eeaabd3cced2319855893ec7e2a503d.zip | |
Spelling fix
"It's" expands to "it is". "Its" is the possessive form.
| -rw-r--r-- | library/core/src/error.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/error.rs b/library/core/src/error.rs index f1a7ad93548..ded17e69bd9 100644 --- a/library/core/src/error.rs +++ b/library/core/src/error.rs @@ -415,7 +415,7 @@ where // Request and its methods /////////////////////////////////////////////////////////////////////////////// -/// `Request` supports generic, type-driven access to data. It's use is currently restricted to the +/// `Request` supports generic, type-driven access to data. Its use is currently restricted to the /// standard library in cases where trait authors wish to allow trait implementors to share generic /// information across trait boundaries. The motivating and prototypical use case is /// `core::error::Error` which would otherwise require a method per concrete type (eg. |
