diff --git a/doc/is_assignable.qbk b/doc/is_assignable.qbk index fe4089e..c3f4078 100644 --- a/doc/is_assignable.qbk +++ b/doc/is_assignable.qbk @@ -11,7 +11,7 @@ struct is_assignable : public __tof {}; __inherit If `std::declval() = std::declval()` then inherits from __true_type, -otherwise from __flase_type. Type `T` must be a complete type. +otherwise from __false_type. Type `T` must be a complete type. Note that this trait is somewhat tricky to use correctly: for example: