Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/target/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Initialization of ``BaseMerkleTree`` accepts the options shown below:
Use it for comparison purposes. Defaults to *False*.
- ``disable_cache``: if *True*, the results of optimized low-level computations
will not be cached. Use it for comparison purposes. Defaults to *False*.
- ``theshold``: specifies which outputs of a low-level computation must be
- ``threshold``: specifies which outputs of a low-level computation must be
cached depending on the input of the computation. Refer :ref:`here<Optimizations>`
for the exact meaning of this parameter. Defaults to *128*.
- ``capacity``: cache capacity in bytes. Defaults to 1GiB (which should be
Expand Down