mirror of https://gitee.com/bigwinds/arangodb
Correct a typo.
This commit is contained in:
parent
ba25030fd7
commit
fc027e260b
|
@ -5658,7 +5658,7 @@ static v8::Handle<v8::Value> JS_LookupSkiplistVocbaseCol (v8::Arguments const& a
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief ensures that a fulltext index exists
|
||||
///
|
||||
/// @FUN{ensureFulltextIndex(@FA{field}, @FA{minWordLength}}
|
||||
/// @FUN{ensureFulltextIndex(@FA{field}, @FA{minWordLength})}
|
||||
///
|
||||
/// Creates a fulltext index on all documents on attribute @FA{field}.
|
||||
/// All documents, which do not have the attribute @FA{field} or that have a
|
||||
|
|
Loading…
Reference in New Issue