Skip to content

Commit d8a03e9

Browse files
authored
Merge pull request #11 from elharo/patch-1
Escape less than sign
2 parents 428eaec + 83518b7 commit d8a03e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RFC-0001-nan-definition.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ and E is the value of the <exponent>, then M * 10E is the apparent value of ANL.
5858
5959
Some read the above as disallowing NaNs because floating point types are defined only as mantissa and exponent, and there are no special values defined like NaN, infinity, and -infinity. I don't think it's clear one way or the other, and it looks like most databases do support NaN values.
6060

61-
With regard to sorting, the ANSI spec says the following: >
62-
> f) PVi is said to precede QVi if the value of the <comparison predicate> “PVi <comp op> QVi” is True for the applicable <comp op>.
61+
With regard to sorting, the ANSI spec says the following:
62+
> f) PVi is said to precede QVi if the value of the &lt;comparison predicate> “PVi &lt;comp op> QVi” is True for the applicable &lt;comp op>.
6363
>
64-
> g) If PVi and QVi are not the null value and the result of “PVi <comp op> QVi” is Unknown, then the relative ordering of PVi and QVi is implementation-dependent.
64+
> g) If PVi and QVi are not the null value and the result of “PVi &lt;comp op> QVi” is Unknown, then the relative ordering of PVi and QVi is implementation-dependent.
6565
6666
### Current Presto behavior
6767

0 commit comments

Comments
 (0)