Change key to keyed
This commit is contained in:
parent
00fcf4d560
commit
233aaa63c9
|
@ -55,7 +55,7 @@ Response:
|
|||
|
||||
==== Keyed Response
|
||||
|
||||
Setting the `key` flag to `true` will associate a unique string key with each bucket and return the ranges as a hash rather than an array:
|
||||
Setting the `keyed` flag to `true` will associate a unique string key with each bucket and return the ranges as a hash rather than an array:
|
||||
|
||||
[source,js]
|
||||
--------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue