From 16a3e746370970eb32a220511c701c262140f656 Mon Sep 17 00:00:00 2001 From: swupel <101061339+swupel@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:49:14 +0100 Subject: [PATCH] Small typo fix --- docs/target/source/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/target/source/api.rst b/docs/target/source/api.rst index fc3980f9..2a84cf7a 100644 --- a/docs/target/source/api.rst +++ b/docs/target/source/api.rst @@ -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` for the exact meaning of this parameter. Defaults to *128*. - ``capacity``: cache capacity in bytes. Defaults to 1GiB (which should be