From 66f715844caa9cf238f5e58325edbeba46b47fad Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Wed, 30 Oct 2024 16:57:30 -0400 Subject: [PATCH] allocators doc --- doc/ref/corelib/json/allocators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/corelib/json/allocators.md b/doc/ref/corelib/json/allocators.md index 9e73f1cf3..dc0a7d365 100644 --- a/doc/ref/corelib/json/allocators.md +++ b/doc/ref/corelib/json/allocators.md @@ -11,7 +11,7 @@ must be wrapped by a [std::scoped_allocator_adaptor](https://en.cppreference.com Every constructor has a version that accepts an allocator argument, this is required for allocator propogation. A long string, byte string, array or object makes use of the -allocator argument to allocate storage. For the other data members (an empty object, short string, +allocator argument to allocate storage. For the other data members (short string, number, boolean, or null) the allocator argument is ignored. A long string, byte string, array and object data member all contain a pointer `ptr` obtained