Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b4ad68a

Browse files
authored
Unrolled build for rust-lang#120169
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 1828461 + 0e96840 commit b4ad68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/error.rs

Lines changed: 1 addition & 1 deletion
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)