From d5383d2be82fc72d04f66c5ac6a83d396048f20d Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Fri, 10 Jan 2014 11:00:05 +0100 Subject: [PATCH] fixed small typo in documentation --- arangod/RestHandler/RestDocumentHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arangod/RestHandler/RestDocumentHandler.cpp b/arangod/RestHandler/RestDocumentHandler.cpp index a007d977d7..3435df132c 100644 --- a/arangod/RestHandler/RestDocumentHandler.cpp +++ b/arangod/RestHandler/RestDocumentHandler.cpp @@ -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