Skip to content

Commit 97eb6d7

Browse files
committed
Actually, we're talking PATCH here.
1 parent 58bc98d commit 97eb6d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ need to provide `JsonFormat[T]`s for your custom types. This is not hard at all.
109109
`Tription`s are "triple options": values that can either exist, be null, or be undefined.
110110

111111
JavaScript (and JSON), unlike Java/Scala, allow `undefined` values, which are distinct from `null` values.
112-
For example, a PUT request may have a payload like this:
112+
For example, a PATCH request may have a payload like this:
113113
```json
114114
{ "id":"234565434567898789098765",
115115
"field1": "new value",

0 commit comments

Comments
 (0)