Skip to content

Commit 828a53d

Browse files
committed
Fix typo in intro.adoc
1 parent 060d4ae commit 828a53d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/hash/intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Out of the box, `boost::hash` supports
4444
* `std::variant`, `std::monostate`.
4545
4646
`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
47+
itself hashable via `boost::hash<X>` by defining an appropriate overload of the
4848
function `hash_value`. Many, if not most, Boost types already contain the
4949
necessary support.
5050

0 commit comments

Comments
 (0)