diff --git a/P0959.md b/P0959.md index 7c8d5c2..0115734 100644 --- a/P0959.md +++ b/P0959.md @@ -17,7 +17,7 @@ Original UUID library paper with motivation, specification, and examples. Revised with feedback from the LWG and the community. * Removed string constructors and replaced with free overloaded function `from_string()`. * Parsing strings to `uuid` throws exception `uuid_error` instead of creating a nil uuid when the operation fails. -* {} included in the supported format, i.e. `{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}`. +* {} included in the supported format for string parsing, i.e. `"{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}"`. * Removed `state_size`. * Rename member function `nil()` to `is_nil()`. * The default constructor is defaulted.