diff --git a/P0959.md b/P0959.md index 9603730..7c8d5c2 100644 --- a/P0959.md +++ b/P0959.md @@ -21,12 +21,12 @@ Revised with feedback from the LWG and the community. * Removed `state_size`. * Rename member function `nil()` to `is_nil()`. * The default constructor is defaulted. -* Added a conversion construct from `std::span`. +* Added a conversion construct from `std::span`. * Added the free function `as_bytes()` to convert the `uuid` into a view of its underlying bytes. * Constructing a `uuid` from a range with a size other than 16 is undefined behaviour. * Removed mutable iterators (but preserved the constant iterators). * Removed typedefs and others container-like parts. -* Defined the correlation between the interal UUID bytes and the string representation. +* Defined the correlation between the internal UUID bytes and the string representation. * Added UUID layout and byte order specification from the RFC 4122 document. ## II. Motivation