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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user