Skip to content

Commit

Permalink
Unify Error Handling: Editorial, punctuation and phrasing updates, fo…
Browse files Browse the repository at this point in the history
…r consistency and clarity.

Co-authored-by: Ted Thibodeau Jr <[email protected]>
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
3 people authored Jun 25, 2024
1 parent aea8bec commit 0e5318a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ <h4>Transformation (ecdsa-rdfc-2019)</h4>
<li>
If |options|.|type| is not set to the string
`DataIntegrityProof` and |options|.|cryptosuite| is not
set to the string `ecdsa-rdfc-2019` then
set to the string `ecdsa-rdfc-2019`,
an error MUST be raised and SHOULD convey an error type of
`PROOF_TRANSFORMATION_ERROR`.
</li>
Expand Down Expand Up @@ -1062,7 +1062,7 @@ <h4>Transformation (ecdsa-jcs-2019)</h4>
<li>
If |options|.|type| is not set to the string
`DataIntegrityProof` and |options|.|cryptosuite| is not
set to the string `ecdsa-jcs-2019`, then an error MUST be raised and SHOULD
set to the string `ecdsa-jcs-2019`, an error MUST be raised and SHOULD
convey an error type of `PROOF_TRANSFORMATION_ERROR`.
</li>
<li>
Expand Down Expand Up @@ -1156,7 +1156,7 @@ <h4>Proof Configuration (ecdsa-jcs-2019)</h4>
</li>
<li>
If |proofConfig|.|created| is set and if the value is not a
valid [[XMLSCHEMA11-2]] datetime, an an error MUST be raised and SHOULD convey
valid [[XMLSCHEMA11-2]] datetime, an error MUST be raised and SHOULD convey
an error type of `PROOF_GENERATION_ERROR`.
</li>
<li>
Expand Down

0 comments on commit 0e5318a

Please sign in to comment.