From e81ac9993ee771e4c25f4d5ca18d44098f1a4bcc Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Wed, 3 Dec 2014 09:55:25 +0100 Subject: [PATCH] fixed paragraph issue --- js/actions/api-collection.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/js/actions/api-collection.js b/js/actions/api-collection.js index 232b8dc562..8e18b1f43e 100644 --- a/js/actions/api-collection.js +++ b/js/actions/api-collection.js @@ -205,10 +205,9 @@ function parseBodyForCreateCollection (req, res) { /// collection. Setting this option will make the resulting collection be /// slightly faster than regular collections because ArangoDB does not /// enforce any synchronisation to disk and does not calculate any CRC -/// checksums for datafiles (as there are no datafiles). -/// -/// This option should threrefore be used for cache-type collections only, -/// and not for data that cannot be re-created otherwise. +/// checksums for datafiles (as there are no datafiles). This option +/// should threrefore be used for cache-type collections only, and not +/// for data that cannot be re-created otherwise. /// /// - *keyOptions* (optional) additional options for key generation. If /// specified, then *keyOptions* should be a JSON array containing the