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 *