Skip to content

Commit

Permalink
Fix grammar in multibase datatype definition.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
msporny and TallTed committed Aug 24, 2023
1 parent f66de43 commit 3c91a61
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 @@ -2011,7 +2011,7 @@ <h4 id="multibase">The `multibase` Datatype</h3>
</dd>
<dt>The lexical space</dt>
<dd>
Any string that starts with a [[?MULTIBASE]] character and where the rest of
Any string that starts with a [[?MULTIBASE]] character and the rest of
the characters consist of allowable characters in the respective base-encoding
alphabet.
</dd>
Expand All @@ -2022,7 +2022,7 @@ <h4 id="multibase">The `multibase` Datatype</h3>
<dt>The lexical-to-value mapping</dt>
<dd>
Any element of the lexical space is mapped to the value space by base-decoding
the value based on the associated base-decoding alphabet associated with the
the value based on the base-decoding alphabet associated with the
first character in the lexical string.
</dd>
<dt>The canonical mapping</dt>
Expand Down

0 comments on commit 3c91a61

Please sign in to comment.