Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Aug 3, 2024
1 parent d5729da commit 4b11508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tanuki/tanuki.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ class TANUKI_VISIBLE wrap : private detail::wrap_storage<IFace, Cfg.static_size,
&& std::less<void>{}(ptr, this->static_storage + sizeof(this->static_storage));
}

// Implementation of generic construction. This will constrcut
// Implementation of generic construction. This will construct
// a holder with value type T using the construction argument(s) x.
// NOTE: the requirements for the construction of the holder object
// are in the holder_constructible_from concept.
Expand Down

0 comments on commit 4b11508

Please sign in to comment.