From af9ee29993553fee83585294881d4df8afc74128 Mon Sep 17 00:00:00 2001 From: Bas Date: Tue, 19 Oct 2021 17:15:40 +0200 Subject: [PATCH] Fixed merge docblock description --- src/AQL/HasDocumentFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AQL/HasDocumentFunctions.php b/src/AQL/HasDocumentFunctions.php index 6b521e5..4a8f7ff 100644 --- a/src/AQL/HasDocumentFunctions.php +++ b/src/AQL/HasDocumentFunctions.php @@ -85,7 +85,7 @@ public function matches( } /** - * Calculate the distance between two coordinates with the Haversine formula. + * Merge the documents document1 to documentN into a single document. * * @link https://www.arangodb.com/docs/stable/aql/functions-document.html#merge *