mirror of https://gitee.com/bigwinds/arangodb
fixed typos in loadIndexesIntoMemory
This commit is contained in:
parent
830769dcb5
commit
d88590783d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
----------------
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue