Skip to content

Commit

Permalink
Merge pull request #39 from DBCG/STU4B#42
Browse files Browse the repository at this point in the history
STU4B#42: Added Null text
  • Loading branch information
Jason Evans authored Jun 4, 2019
2 parents 0d731e8 + f8f5a5e commit 163af52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/09-b-cqlreference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4320,7 +4320,7 @@ The following examples illustrate the behavior of the [.kw]#width# operator:
[source,cql]
----
define Width: width of Interval[3, 7] // 4
define WidthIsNull: width of (null as Interval<Integer>)
define WidthIsNull: width of (null as Interval<Integer>) // null
----

[[list-operators-2]]
Expand Down

0 comments on commit 163af52

Please sign in to comment.