From 1fc42078f590956e949ab12bdde4938b8041ff28 Mon Sep 17 00:00:00 2001 From: Yinghao <231103865+yinghao-w@users.noreply.github.com> Date: Mon, 17 Nov 2025 00:53:28 +0000 Subject: [PATCH] Fix typo in README.md for hashes section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86df44d3..84aa78b3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Please refer the LICENSE document included in the package for more details. * File --- file locking, file/directory hander, path correctors, ... * IPC, Semaphore Shared-memory * En/decoders --- Url en/decoder, Base64 en/decoder, Hex en/decoder, ... - * Hashes --- Murmur hases, FNV hases, MD5 hashes, ... + * Hashes --- Murmur hashes, FNV hashes, MD5 hashes, ... * Time --- time diff, time format converstion, ... * [qLibc Extension API Reference](https://wolkykim.github.io/qlibc/doc/html/files.html)