From b47a01208548f3b5edbe65774b97c0e79de61ded Mon Sep 17 00:00:00 2001 From: Daniel Lehmann Date: Mon, 2 Dec 2024 12:53:07 -0800 Subject: [PATCH] Fix typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d84c002..15638f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ borsh = ["dep:borsh"] schemars = ["dep:schemars", "std"] -# Provide a soundness promixe to the compiler that the unerlying value is always within range +# Provide a soundness promise to the compiler that the underlying value is always within range. # This optimizes e.g. indexing range checks when passed in an API. # The downside of this feature is that it involves an unsafe call to `core::hint::assert_unchecked` during `value()`. hint = []