1
0
Fork 0

space, typo. DatabaseMethods.mdpp references v8-vocbase.cpp but this doc block is in v8-collection.cpp...

This commit is contained in:
Patrick Huber 2014-11-26 12:07:17 +01:00 committed by Thomas Schmidts
parent c29b5658af
commit c9de415b1f
1 changed files with 2 additions and 2 deletions

View File

@ -3805,8 +3805,8 @@ static v8::Handle<v8::Value> JS_RemoveVocbase (v8::Arguments const& argv) {
/// @startDocuBlock documentsDocumentName
/// `db._document(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
/// This method finds a document given its identifier. It returns the document
/// 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
/// current revision of the document.
///