From 0721b3218440e7586f9383a1cdfadde5c916014f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Wed, 20 Oct 2021 18:36:11 +0300 Subject: [PATCH] Fix additional typo --- doc/mkdocs/docs/api/basic_json/operator[].md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkdocs/docs/api/basic_json/operator[].md b/doc/mkdocs/docs/api/basic_json/operator[].md index d3dddf42c..f138eaca7 100644 --- a/doc/mkdocs/docs/api/basic_json/operator[].md +++ b/doc/mkdocs/docs/api/basic_json/operator[].md @@ -33,7 +33,7 @@ const_reference operator[](const json_pointer& ptr) const; : index of the element to access `key` (in) -: object key of the elements to remove +: object key of the element to access `ptr` (in) : JSON pointer to the desired element