From ecd3b9a94be6787ff0004bebae88755d50b7a660 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Fri, 24 Nov 2023 12:36:44 -0500 Subject: [PATCH] Doc update --- doc/ref/jsonpath/basic_path_element.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/jsonpath/basic_path_element.md b/doc/ref/jsonpath/basic_path_element.md index 7e032ea350..27eed897f7 100644 --- a/doc/ref/jsonpath/basic_path_element.md +++ b/doc/ref/jsonpath/basic_path_element.md @@ -21,7 +21,7 @@ Type |Definition ------------|------------------------------ char_type | `CharT` allocator_type | Allocator -char_allocator_type | Rebind Allocator for `char_type` +char_allocator_type | Rebound Allocator for `char_type` string_type | `std::basic_string,char_allocator_type>` #### Constructors