1
0
Fork 0

fixed small typo in documentation

This commit is contained in:
Jan Steemann 2014-01-10 11:00:05 +01:00
parent 8277e7582c
commit d5383d2be8
1 changed files with 1 additions and 1 deletions

View File

@ -1042,7 +1042,7 @@ bool RestDocumentHandler::replaceDocument () {
/// @RESTHEADERPARAMETERS
///
/// @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.
///
/// @RESTDESCRIPTION