Skip to content

Commit d714306

Browse files
committed
Spelling
1 parent 04c9fd2 commit d714306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ChangeLog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ v9 2023-01-23
44
are built.
55

66
* A type predicate strong::type_is_v<type, modifier> has been introduced.
7-
It can be used in compile time tests for generic code to ensute that
8-
a strong type has the necessary modifiers. Exmple:
7+
It can be used in compile time tests for generic code to ensure that
8+
a strong type has the necessary modifiers. Example:
99

1010
using type = strong::type<int, struct type_,
1111
strong::ordered,
@@ -25,7 +25,7 @@ v9 2023-01-23
2525
* std::numeric_limits<T> is specialized for types using the
2626
strong::arithmetic modifier.
2727

28-
* Added missing const&& overloads fore value_of()
28+
* Added missing const&& overloads for value_of()
2929

3030
v8 2023-01-04
3131

0 commit comments

Comments
 (0)