From 15fa6a342af7b51cb51a22599026e01f1d81957b Mon Sep 17 00:00:00 2001 From: Michael Nosthoff Date: Wed, 6 Apr 2022 15:26:35 +0200 Subject: [PATCH] at.md: fix typo (#3426) --- 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