Skip to content

Commit

Permalink
i18n improvements: improve codepoint readability.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
Wind4Greg and TallTed authored Jan 8, 2024
1 parent eef423c commit 621ff87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,10 @@ <h4>parseDerivedProofValue</h4>
<ol class="algorithm">
<li>
Ensure the `proofValue` string starts with
<span class="codepoint" translate="no"><bdi lang="en">u</bdi>
<code class="uname">U+0055 LATIN SMALL LETTER U</code></span>, indicating that
<span class="codepoint" translate="no">
<bdi lang="en"><code title="LATIN SMALL LETTER U">u</code></bdi>
(<code class="codepoint">U+0075</code>,
<code class="uname">LATIN SMALL LETTER U</code>)</span>, indicating that
it is a multibase-base64url-no-pad-encoded value, and throw an error if it does
not.
</li>
Expand Down

0 comments on commit 621ff87

Please sign in to comment.