diff --git a/docs/api/locking.md b/docs/api/locking.md index f211c39c..7340a9f4 100644 --- a/docs/api/locking.md +++ b/docs/api/locking.md @@ -193,7 +193,7 @@ Note: If the server has no locks, it must return an empty `locks` array. } } ], - "next_cursor": "optional next ID", + "next_cursor": "optional next ID" } ``` @@ -310,7 +310,7 @@ Note: If the server has no locks, it must return an empty array in the `ours` or } ], "theirs": [], - "next_cursor": "optional next ID", + "next_cursor": "optional next ID" } ```