Skip to content

Commit

Permalink
(C8) Avoid superfluous "strict" in table 11, twice
Browse files Browse the repository at this point in the history
The word "strict" is used nowhere else but table 11.
It serves no useful purpose here.
(It might have been meant to distinguish strict inequalities (<) from
non-strict (<=) ones, but extracting that intention is too much of a
transfer for the reader.)
  • Loading branch information
cabo committed Feb 14, 2024
1 parent 5b6ac37 commit 904cefb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth48/rfc9535.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1671,7 +1671,7 @@ result with a given JSON value as input.</t>
<td align="center">
<tt>1 &gt; 2</tt></td>
<td align="center">false</td>
<td align="center">Strict, numeric comparison</td>
<td align="center">Numeric comparison</td>
</tr>
<tr>
<td align="center">
Expand All @@ -1689,7 +1689,7 @@ result with a given JSON value as input.</t>
<td align="center">
<tt>'a' &gt; 'b'</tt></td>
<td align="center">false</td>
<td align="center">Strict, string comparison</td>
<td align="center">String comparison</td>
</tr>
<tr>
<td align="center">
Expand Down

0 comments on commit 904cefb

Please sign in to comment.