Skip to content

Commit

Permalink
Fix two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored and tzlaine committed Feb 16, 2025
1 parent 2d20447 commit ea68455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/rationale.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[section Rationale]

[heading There Are Minimal Derived-Type Contraints]
[heading There Are Minimal Derived-Type Constraints]

This is the constraint on the `Derived` template parameter to _iter_iface_,
_view_iface_ and _cont_iface_:
Expand Down
2 changes: 1 addition & 1 deletion include/boost/stl_interfaces/view_adaptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ namespace boost { namespace stl_interfaces {
/** A backwards-compatible implementation of C++23's
`std::ranges::range_adaptor_closure`. `range_adaptor_closure` may be
a struct template or may be an alias, as required to maintain
compatability with the standard library's view adaptors. */
compatibility with the standard library's view adaptors. */
#if BOOST_STL_INTERFACES_USE_CONCEPTS
template<typename D>
requires std::is_class_v<D> && std::same_as<D, std::remove_cv_t<D>>
Expand Down

0 comments on commit ea68455

Please sign in to comment.