diff --git a/js/server/modules/org/arangodb/arango-collection.js b/js/server/modules/org/arangodb/arango-collection.js index 1a99e5286a..b09a7f4e4d 100644 --- a/js/server/modules/org/arangodb/arango-collection.js +++ b/js/server/modules/org/arangodb/arango-collection.js @@ -324,7 +324,7 @@ ArangoCollection.prototype.edges = function (vertex) { //////////////////////////////////////////////////////////////////////////////// /// @brief returns inbound edges connected to a vertex /// @startDocuBlock collectionEdgesInbound -/// `collection.edges(vertex-id)` +/// `collection.inEdges(vertex-id)` /// /// Returns inbound edges connected to the vertex specified by *vertex-id*. /// @endDocuBlock @@ -337,7 +337,7 @@ ArangoCollection.prototype.inEdges = function (vertex) { //////////////////////////////////////////////////////////////////////////////// /// @brief returns outbound edges connected to a vertex /// @startDocuBlock collectionEdgesOutbound -/// `collection.edges(vertex-id)` +/// `collection.outEdges(vertex-id)` /// /// Returns outbound edges connected to the vertex specified by *vertex-id*. /// @endDocuBlock