From f04cb5bade83833cef5a7c43b19665a957b4b209 Mon Sep 17 00:00:00 2001 From: Yotam Ofek Date: Sat, 26 Jul 2025 21:38:15 +0300 Subject: [PATCH] =?UTF-8?q?"it's"=20=F0=9F=91=89=F0=9F=8F=BC=20"its"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 548ff21..eda9fe1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A stable hashing algorithm used by `rustc`: cross-platform, deterministic, not s This crate provides facilities with the `StableHasher` structure to create stable hashers over *unstable* hashers by abstracting over them the handling of endian-ness and the target `usize`/`isize` bit size difference. -Currently, this crate provides it's own implementation of 128-bit `SipHasher`: `SipHasher128`; with `StableSipHasher128` for the stable variant. +Currently, this crate provides its own implementation of 128-bit `SipHasher`: `SipHasher128`; with `StableSipHasher128` for the stable variant. ## Usage