diff --git a/js/server/modules/org/arangodb/foxx/repository.js b/js/server/modules/org/arangodb/foxx/repository.js index a320f42019..8746cb3cea 100644 --- a/js/server/modules/org/arangodb/foxx/repository.js +++ b/js/server/modules/org/arangodb/foxx/repository.js @@ -277,7 +277,7 @@ _.extend(Repository.prototype, { /// @startDocuBlock JSF_foxx_repository_any /// `FoxxRepository#any()` /// -/// Returns a random document from this collection (or null if there is none). +/// Returns a random model from this repository (or null if there is none). /// /// @EXAMPLES ///