mirror of https://gitee.com/bigwinds/arangodb
space, typo. DatabaseMethods.mdpp references v8-vocbase.cpp but this doc block is in v8-collection.cpp...
This commit is contained in:
parent
c29b5658af
commit
c9de415b1f
|
@ -3805,8 +3805,8 @@ static v8::Handle<v8::Value> JS_RemoveVocbase (v8::Arguments const& argv) {
|
||||||
/// @startDocuBlock documentsDocumentName
|
/// @startDocuBlock documentsDocumentName
|
||||||
/// `db._document(document)`
|
/// `db._document(document)`
|
||||||
///
|
///
|
||||||
/// This method finds a document given its identifier. It returns the document
|
/// This method finds a document given its identifier. It returns the document
|
||||||
/// if the document exists. An error is throw if no document with the given
|
/// if the document exists. An error is thrown if no document with the given
|
||||||
/// identifier exists, or if the specified *_rev* value does not match the
|
/// identifier exists, or if the specified *_rev* value does not match the
|
||||||
/// current revision of the document.
|
/// current revision of the document.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue