From 9264a9a7ef886dabd09da24cff47071aa396ffc7 Mon Sep 17 00:00:00 2001 From: eisaev Date: Wed, 3 Apr 2019 22:10:30 +0500 Subject: [PATCH] Update allocators.h Fixed typo --- include/rapidjson/allocators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rapidjson/allocators.h b/include/rapidjson/allocators.h index 06b3420..cc67c89 100644 --- a/include/rapidjson/allocators.h +++ b/include/rapidjson/allocators.h @@ -53,7 +53,7 @@ concept Allocator { */ -/*! \def RAPIDJSON_ALLOCATOR_DEFUALT_CHUNK_CAPACITY +/*! \def RAPIDJSON_ALLOCATOR_DEFAULT_CHUNK_CAPACITY \ingroup RAPIDJSON_CONFIG \brief User-defined kDefaultChunkCapacity definition.