1
0
Fork 0

docu fixed

This commit is contained in:
gschwab 2014-06-18 11:12:10 +02:00
parent 528b1e85cb
commit 6ff46bb068
2 changed files with 3 additions and 3 deletions

View File

@ -157,8 +157,8 @@
/** Drops an existing graph
*
* Drops an existing graph object by name.
* By default all collections not used by other graphs will be dropped as
* well. It can be optionally configured to not drop the collections.
* Optionally all collections not used by other graphs can be dropped as
* well.
*/
controller.del("/:graph", function(req, res) {
var name = req.params("graph");

View File

@ -3078,7 +3078,7 @@ Graph.prototype._editEdgeDefinitions = function(edgeDefinition) {
///
/// `general-graph._deleteEdgeDefinition(edgeCollectionName)`
///
/// * *edgeCollectionName* - string : name of edge collection defined in *collection* of the edge
/// * *edgeCollectionName*: string - name of edge collection defined in *collection* of the edge
/// definition.
///
/// @EXAMPLES