Skip to content

Commit 774cd3a

Browse files
Rollup merge of rust-lang#120169 - sunrosa:patch-1, r=ChrisDenton
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.
2 parents dfd62cc + 0e96840 commit 774cd3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/core/src/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ where
415415
// Request and its methods
416416
///////////////////////////////////////////////////////////////////////////////
417417

418-
/// `Request` supports generic, type-driven access to data. It's use is currently restricted to the
418+
/// `Request` supports generic, type-driven access to data. Its use is currently restricted to the
419419
/// standard library in cases where trait authors wish to allow trait implementors to share generic
420420
/// information across trait boundaries. The motivating and prototypical use case is
421421
/// `core::error::Error` which would otherwise require a method per concrete type (eg.

0 commit comments

Comments
 (0)