1
0
Fork 0

fixed paragraph issue

This commit is contained in:
Jan Steemann 2014-12-03 09:55:25 +01:00
parent 41785104d5
commit e81ac9993e
1 changed files with 3 additions and 4 deletions

View File

@ -205,10 +205,9 @@ function parseBodyForCreateCollection (req, res) {
/// collection. Setting this option will make the resulting collection be /// collection. Setting this option will make the resulting collection be
/// slightly faster than regular collections because ArangoDB does not /// slightly faster than regular collections because ArangoDB does not
/// enforce any synchronisation to disk and does not calculate any CRC /// enforce any synchronisation to disk and does not calculate any CRC
/// checksums for datafiles (as there are no datafiles). /// checksums for datafiles (as there are no datafiles). This option
/// /// should threrefore be used for cache-type collections only, and not
/// This option should threrefore be used for cache-type collections only, /// for data that cannot be re-created otherwise.
/// and not for data that cannot be re-created otherwise.
/// ///
/// - *keyOptions* (optional) additional options for key generation. If /// - *keyOptions* (optional) additional options for key generation. If
/// specified, then *keyOptions* should be a JSON array containing the /// specified, then *keyOptions* should be a JSON array containing the