Skip to content

Commit

Permalink
(C9) We now distinguish empty nodelists from Nothing
Browse files Browse the repository at this point in the history
The text in 2.4.8 (value()) apparently wasn't updated when we stopped
talking about "Nothing" for nodelists (these are now simply "empty").
  • Loading branch information
cabo committed Feb 14, 2024
1 parent 904cefb commit 9ad9249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth48/rfc9535.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2299,7 +2299,7 @@ instance of <tt>ValueType</tt>.</t>
<ul spacing="normal">
<li>If the argument contains a single node, the result is
the value of the node.</li>
<li>If the argument is the special result <tt>Nothing</tt> or contains multiple nodes, the
<li>If the argument is the empty nodelist or contains multiple nodes, the
result is <tt>Nothing</tt>.</li>
</ul>
<t>Note: A singular query may be used anywhere where a ValueType is expected,
Expand Down

0 comments on commit 9ad9249

Please sign in to comment.