2
0
mirror of https://github.com/boostorg/nowide.git synced 2026-02-26 16:52:30 +00:00

Fix typo in docu

This commit is contained in:
Alexander Grund
2020-01-07 16:51:02 +01:00
parent 17fbd803f4
commit 40d5757920

View File

@@ -168,19 +168,19 @@ namespace nowide {
}; // basic_stackstring
///
/// Convinience typedef
/// Convenience typedef
///
typedef basic_stackstring<wchar_t, char, 256> wstackstring;
///
/// Convinience typedef
/// Convenience typedef
///
typedef basic_stackstring<char, wchar_t, 256> stackstring;
///
/// Convinience typedef
/// Convenience typedef
///
typedef basic_stackstring<wchar_t, char, 16> wshort_stackstring;
///
/// Convinience typedef
/// Convenience typedef
///
typedef basic_stackstring<char, wchar_t, 16> short_stackstring;