Skip to content

Commit

Permalink
Rollup merge of rust-lang#120169 - sunrosa:patch-1, r=ChrisDenton
Browse files Browse the repository at this point in the history
Spelling fix

"It's" expands to "it is". "It is use..." doesn't make sense.

"Its" is the possessive form, and the intended form here.
  • Loading branch information
GuillaumeGomez authored Jan 20, 2024
2 parents dfd62cc + 0e96840 commit 774cd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 774cd3a

Please sign in to comment.