From 76281ff388c3dda04196c0586503e9a1396989dd Mon Sep 17 00:00:00 2001 From: Tana0910 <32482176+Tana0910@users.noreply.github.com> Date: Wed, 4 Jan 2023 07:47:06 +0900 Subject: [PATCH] fix a typo in error.h: literial -> literal --- include/rapidjson/error/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rapidjson/error/error.h b/include/rapidjson/error/error.h index 8bdc395..cae345d 100644 --- a/include/rapidjson/error/error.h +++ b/include/rapidjson/error/error.h @@ -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