mirror of https://gitee.com/bigwinds/arangodb
fixed typos in documentation
This commit is contained in:
parent
67dd26fcef
commit
e40b84d33e
|
@ -44,10 +44,10 @@ extern "C" {
|
|||
///
|
||||
/// Data is stored in datafiles. A set of datafiles forms a collection. A
|
||||
/// datafile can be read-only and sealed or read-write. All datafiles of a
|
||||
/// collections are stored in a directory. This directory contains the following
|
||||
/// collection are stored in a directory. This directory contains the following
|
||||
/// files:
|
||||
///
|
||||
/// - parameter.json: The parameter of a collection.
|
||||
/// - parameter.json: The parameters of a collection.
|
||||
///
|
||||
/// - datafile-NNN.db: A read-only datafile. The number NNN is the datafile
|
||||
/// identifier, see @ref TRI_datafile_t.
|
||||
|
|
|
@ -236,12 +236,12 @@ TRI_doc_collection_info_t;
|
|||
///
|
||||
/// Deletes an existing document from the given collection and returns @ref
|
||||
/// TRI_ERROR_NO_ERROR in case of success. Otherwise, an error is returned and
|
||||
/// the "TRI_errno()" is accordingly. The function DOES NOT acquire a write
|
||||
/// the "TRI_errno()" is set accordingly. The function DOES NOT acquire a write
|
||||
/// lock. However, if @FA{release} is true, it will release the write lock as
|
||||
/// soon as possible.
|
||||
///
|
||||
/// If the policy is @ref TRI_doc_update_policy_e "TRI_DOC_UPDATE_ERROR" and the
|
||||
/// reivision is given, than it must match the current revision of the
|
||||
/// revision is given, then it must match the current revision of the
|
||||
/// document. If the delete was executed, than @FA{current} contains the last
|
||||
/// valid revision of the document. If the delete was aborted, than @FA{current}
|
||||
/// contains the revision of the still alive document.
|
||||
|
|
Loading…
Reference in New Issue