From a7083d249812a4e1df5702cb61ad2f4b9a902e8a Mon Sep 17 00:00:00 2001 From: Steve M Date: Wed, 3 Jul 2024 19:59:44 -0700 Subject: [PATCH] Fix typo in readme `alloations` -> `allocations` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e9c97..b35e746 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ to those require dynamic memory allocations. Hashing a string typically requires slice. This package attempts to solve this issue by exposing functions that implement -string hashing algorithms and don't require dynamic memory alloations. +string hashing algorithms and don't require dynamic memory allocations. ## Testing