Skip to content

Commit e03a712

Browse files
committed
[skip ci] Fix spelling
1 parent 7f99814 commit e03a712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/nonstd/expected.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ struct is_nothrow_swappable
405405
};
406406
} // namespace detail
407407

408-
// is [nothow] swappable:
408+
// is [nothrow] swappable:
409409

410410
template< typename T >
411411
struct is_swappable : decltype( detail::is_swappable::test<T>(0) ){};

0 commit comments

Comments
 (0)