From 07c92656b5a16bfaacfa598028f2ab448a89ecdc Mon Sep 17 00:00:00 2001 From: Marius Bancila Date: Wed, 5 Sep 2018 12:51:53 +0300 Subject: [PATCH] fixed list of changes --- P0959.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P0959.md b/P0959.md index 668e38e..e6eff3b 100644 --- a/P0959.md +++ b/P0959.md @@ -29,7 +29,7 @@ Revised with feedback from the LWG and the community. * Removed typedefs and others container-like parts. * Defined the correlation between the internal UUID bytes and the string representation. * Added UUID layout and byte order specification from the RFC 4122 document. -# Added section on alternative ordering design +* Added section on alternative ordering design * Most functions are constexpr. * Replaced typedefs with using statements.