Merge pull request #3650 from slonopotamus/patch-1

Fix invalid JSON in LFS locking API documentation
This commit is contained in:
brian m. carlson 2019-05-15 21:21:40 +00:00 committed by GitHub
commit 8af45c113d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
```