fix typo in json_pointer.md (#3692)

pull/3694/head
Ikko Ashimine 2022-08-11 03:01:32 +09:00 committed by GitHub
parent a92ccafd2c
commit 93112fbf4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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