From ab36e6cf226beced1bac5819d49658599f9652ed Mon Sep 17 00:00:00 2001 From: Michael Nosthoff Date: Wed, 6 Apr 2022 15:22:13 +0200 Subject: [PATCH] at.md: fix typo --- doc/mkdocs/docs/api/basic_json/at.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/mkdocs/docs/api/basic_json/at.md b/doc/mkdocs/docs/api/basic_json/at.md index 1ad6613229..fc518f46e4 100644 --- a/doc/mkdocs/docs/api/basic_json/at.md +++ b/doc/mkdocs/docs/api/basic_json/at.md @@ -24,7 +24,7 @@ const_reference at(const json_pointer& ptr) const; : index of the element to access `key` (in) -: object key of the elements to remove +: object key of the elements to access `ptr` (in) : JSON pointer to the desired element