mirror of https://gitee.com/bigwinds/arangodb
fixed small typo in documentation
This commit is contained in:
parent
8277e7582c
commit
d5383d2be8
|
@ -1042,7 +1042,7 @@ bool RestDocumentHandler::replaceDocument () {
|
||||||
/// @RESTHEADERPARAMETERS
|
/// @RESTHEADERPARAMETERS
|
||||||
///
|
///
|
||||||
/// @RESTHEADERPARAM{If-Match,string,optional}
|
/// @RESTHEADERPARAM{If-Match,string,optional}
|
||||||
/// You can conditionally delete a document based on a target revision id by
|
/// You can conditionally patch a document based on a target revision id by
|
||||||
/// using the `if-match` HTTP header.
|
/// using the `if-match` HTTP header.
|
||||||
///
|
///
|
||||||
/// @RESTDESCRIPTION
|
/// @RESTDESCRIPTION
|
||||||
|
|
Loading…
Reference in New Issue