From 6525e06475404a18b6d239050d00a143e3d9a0f5 Mon Sep 17 00:00:00 2001 From: Daniel Scherzer Date: Fri, 17 Apr 2026 15:54:12 -0700 Subject: [PATCH] `std::error::Request`: add missing period in docs All but one of the bullet points ended with a period; add the missing period. --- library/core/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/core/src/error.rs b/library/core/src/error.rs index 011d6ac4a1c7..5bc020334c58 100644 --- a/library/core/src/error.rs +++ b/library/core/src/error.rs @@ -514,7 +514,7 @@ fn request_by_type_tag<'a, I>(err: &'a (impl Error + ?Sized)) -> Option` for a given type.