Skip to content

Commit

Permalink
Address set/union concern on cryptosuiteString by @iherman.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 17, 2023
1 parent 0bfa71d commit 4981301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1965,13 +1965,13 @@ <h3 id="cryptosuiteString">The `cryptosuiteString` Datatype</h3>
</dd>
<dt>The lexical space</dt>
<dd>
The set of all cryptosuite types, expressed using American Standard Code
The union of all cryptosuite strings, expressed using American Standard Code
for Information Interchange [[ASCII]] strings, that are defined by the
collection of all Data Integrity cryptosuite specifications.
</dd>
<dt>The value space</dt>
<dd>
The set of all cryptosuite types that are expressed using the `cryptosuite`
The union of all cryptosuite types that are expressed using the `cryptosuite`
property, as defined in Section <a href="#dataintegrityproof"></a>.
</dd>
<dt>The lexical-to-value mapping</dt>
Expand Down

1 comment on commit 4981301

@iherman
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that works for me!

Please sign in to comment.