We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfd62cc + 0e96840 commit 774cd3aCopy full SHA for 774cd3a
library/core/src/error.rs
@@ -415,7 +415,7 @@ where
415
// Request and its methods
416
///////////////////////////////////////////////////////////////////////////////
417
418
-/// `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
419
/// standard library in cases where trait authors wish to allow trait implementors to share generic
420
/// information across trait boundaries. The motivating and prototypical use case is
421
/// `core::error::Error` which would otherwise require a method per concrete type (eg.
0 commit comments