From b2cb43dca0bab60522a41e80dbc2944c11abd765 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 1 Apr 2026 21:54:13 +0300 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaaf577..92045e9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ by C++11 as `std::hash`, and several support facilities (`hash_combine`, `boost::hash` supports most standard types and some user-defined types out of the box, and is extensible; it's possible for a user-defined type `X` to make -iself hashable via `boost::hash` by defining an appropriate overload of the +itself hashable via `boost::hash` by defining an appropriate overload of the function `hash_value`. See [the documentation of the library](https://www.boost.org/libs/container_hash)