Fix yaml.

This commit is contained in:
d-kuro 2019-05-24 03:06:20 +09:00
parent ce8d9f55c9
commit dd0c4bf3e3
No known key found for this signature in database
GPG Key ID: 7F20AF8CA13D6A08
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ Path field is a relative file path of a JSON patch file. File contents can be e
- op: add - op: add
path: /some/new/path path: /some/new/path
value: value value: value
- op:replace - op: replace
path: /some/existing/path path: /some/existing/path
value: new value value: new value
``` ```