From f9f3d5fd4326be4bfa6c3bbfe964b5eb19fad3b8 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Wed, 10 Aug 2022 01:36:33 +0900 Subject: [PATCH] fix typo in json_pointer.md withing -> within --- docs/mkdocs/docs/features/json_pointer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs/docs/features/json_pointer.md b/docs/mkdocs/docs/features/json_pointer.md index a3980b4c6c..04aeca504d 100644 --- a/docs/mkdocs/docs/features/json_pointer.md +++ b/docs/mkdocs/docs/features/json_pointer.md @@ -3,7 +3,7 @@ ## Introduction The library supports **JSON Pointer** ([RFC 6901](https://tools.ietf.org/html/rfc6901)) as alternative means to address -structured values. A JSON Pointer is a string that identifies a specific value withing a JSON document. +structured values. A JSON Pointer is a string that identifies a specific value within a JSON document. Consider the following JSON document