From acba0d710449811770bf4dfaa6ce773f07ce3c9d Mon Sep 17 00:00:00 2001 From: Ivan Herman Date: Mon, 15 Jul 2024 17:28:51 +0200 Subject: [PATCH] Add missing space in algorithm step. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b20fdff..c4ad48d 100644 --- a/index.html +++ b/index.html @@ -1915,7 +1915,7 @@

Add Proof Set/Chain

  • If |options| has a `previousProof` [=struct/item=] that is a string, add the element from |allProofs| with an `id` attribute matching `previousProof` to -|matchingProofs|. If a proof with `id` equal to `previousProof`does not exist in +|matchingProofs|. If a proof with `id` equal to `previousProof` does not exist in |allProofs|, an error MUST be raised and SHOULD convey an error type of PROOF_GENERATION_ERROR.