From 8673868934c1ad8123751c52b98ef87e0903a3a1 Mon Sep 17 00:00:00 2001 From: Martin Riedel <1713643+rado0x54@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:05:11 -0500 Subject: [PATCH] fix: small editorial changes pointed out in (#464) (#466) --- spec/spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/spec.md b/spec/spec.md index e5202442..bc7116c5 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -766,7 +766,7 @@ of inputs are acceptable. If present, all [[ref:Submission Requirements]] ****MUST**** be satisfied, and all `input_descriptors` ****MUST**** be grouped. Any unused -[ref:Input Descriptors]] that remain after satisfying all +[[ref:Input Descriptors]] that remain after satisfying all [[ref:Submission Requirements]] ****MUST**** be ignored. ::: example Submission Requirement @@ -861,7 +861,7 @@ If [[ref:Submission Requirement Object]] has a `from` property, this directs the [[ref:Input Descriptors]] with a matching `group` string. In the first example that follows, the [[ref:Submission Requirement]] requests a single input from [[ref:Input Descriptor]] group `"B"`. In the second example, the -[[ref:Submission Requirement]] requests from 2 to 4 inputs from +[[ref:Submission Requirement]] requests 2 or more inputs from [[ref:Input Descriptor]] group `"B"`. ::: example Submission Requirement, pick, group