From 3ae0a33d8c58932c1301fbe78d846847396ee4b7 Mon Sep 17 00:00:00 2001 From: VictorArcium Date: Tue, 22 Apr 2025 10:19:08 +0200 Subject: [PATCH] Fix doc --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ce9e0a3..02501dd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -159,7 +159,7 @@ pub unsafe trait UnwrapOverflowOps: Copy + Debug + Sized + sealed::Sealed { /// that are guaranteed to panic on overflow. /// /// This implements operations specific to signed integers, -/// the [`UnwrapOverflowOps`] trait is for operations supported bya ll integers. +/// the [`UnwrapOverflowOps`] trait is for operations supported by all integers. /// /// This is a polyfill for the [`strict_overflow_ops` feature]. ///