1
0
Fork 0

fixed typos in loadIndexesIntoMemory

This commit is contained in:
Frank Celler 2017-06-13 00:13:54 +02:00
parent 830769dcb5
commit d88590783d
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Modifying a Collection
@startDocuBlock JSF_put_api_collection_unload
<!-- js/actions/api-collection.js -->
@startDocuBlock JSF_put_api_collection_load_indexes_in_memory
@startDocuBlock JSF_put_api_collection_load_indexes_into_memory
<!-- js/actions/api-collection.js -->
@startDocuBlock JSF_put_api_collection_properties

View File

@ -172,7 +172,7 @@ of the collection should have priority over others.
db.example.loadIndexesIntoMemory();
~db._drop("example");
@END_EXAMPLE_ARANGOSH_OUTPUT
@endDocuBlock loadIndexesIntoMemory
@endDocuBlock LoadIndexesIntoMemory
Database Methods
----------------

View File

@ -1,5 +1,5 @@
@startDocuBlock JSF_put_api_collection_loadindexesintomemory
@startDocuBlock JSF_put_api_collection_load_indexes_into_memory
@brief Load Indexes into Memory
@RESTHEADER{PUT /_api/collection/{collection-name}/loadIndexesIntoMemory, Load Indexes into Memory}