Skip to content

Commit f1c74c3

Browse files
committed
Cosmetics.
1 parent f63e7e5 commit f1c74c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ using namespace std::literals;
8080
```
8181
## String literal declarations:
8282
```c++
83-
// Define Unicode literal 'A©←😂B®✅🥳'':
83+
// Define Unicode literal 'A©←😂B®✅🥳':
8484
auto str_utf8 = u8"\U00000041\U000000a9\U00002190\U0001f602\U00000042\U000000ae\U00002705\U0001f973"sv; // UTF-8 string
8585
auto str_utf16_or_utf32 = L"\U00000041\U000000a9\U00002190\U0001f602\U00000042\U000000ae\U00002705\U0001f973"sv; // UTF-16/UTF-32 string
8686
auto str_utf16 = u"\U00000041\U000000a9\U00002190\U0001f602\U00000042\U000000ae\U00002705\U0001f973"sv; // UTF-16 string

0 commit comments

Comments
 (0)