fix a typo in error.h: literial -> literal

This commit is contained in:
Tana0910 2023-01-04 07:47:06 +09:00 committed by Milo Yip
parent a98e99992b
commit 76281ff388
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ RAPIDJSON_DIAG_OFF(padded)
///////////////////////////////////////////////////////////////////////////////
// RAPIDJSON_ERROR_STRING
//! Macro for converting string literial to \ref RAPIDJSON_ERROR_CHARTYPE[].
//! Macro for converting string literal to \ref RAPIDJSON_ERROR_CHARTYPE[].
/*! \ingroup RAPIDJSON_ERRORS
By default this conversion macro does nothing.
On Windows, user can define this macro as \c _T(x) for supporting both