There was an error while loading. Please reload this page.
1 parent 060d4ae commit 828a53dCopy full SHA for 828a53d
1 file changed
doc/hash/intro.adoc
@@ -44,7 +44,7 @@ Out of the box, `boost::hash` supports
44
* `std::variant`, `std::monostate`.
45
46
`boost::hash` is extensible; it's possible for a user-defined type `X` to make
47
-iself hashable via `boost::hash<X>` by defining an appropriate overload of the
+itself hashable via `boost::hash<X>` by defining an appropriate overload of the
48
function `hash_value`. Many, if not most, Boost types already contain the
49
necessary support.
50
0 commit comments