Skip to content

Commit

Permalink
Fix typo are -> and
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-k committed Mar 11, 2016
1 parent 89b7766 commit bb5b7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bql/operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ expression is ``NULL``.
provided for convenience. Arrays or maps often have ``NULL`` to indicate
that there's no value for a specific key but the key actually exists. In
other words, ``{"a": NULL, "b": 1}`` and ``{"b": 1}`` are different.
Therefore, ``NULL`` in arrays are maps are compared as if it's a regular
Therefore, ``NULL`` in arrays and maps are compared as if it's a regular
value. Unlike ``NULL``, comparing infinite floating point values
always result in ``false``.

Expand Down

0 comments on commit bb5b7d5

Please sign in to comment.