Skip to content

Commit

Permalink
J#27516: Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
brynrhodes committed Jun 30, 2020
1 parent cf59518 commit 33e2f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-authorsguide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ For example:

This example returns a list of tuples (structured values), one for each inpatient encounter performed, where each tuple consists of the [.id]#id# of the encounter as well as a [.id]#lengthOfStay# element, whose value is calculated by taking the duration of the period for the encounter. Tuples are discussed in detail in later sections. For more information on Tuples, see <<Structured Values (Tuples)>>.

By default, a query returns list of distinct results, supressing duplicates. To include duplicates, use the [.kw]#all# keyword in the [.kw]#return# clause. For example, the following will return a list of the lengths of stay for each Encounter:
By default, a query returns a list of distinct results, suppressing duplicates. To include duplicates, use the [.kw]#all# keyword in the [.kw]#return# clause. For example, the following will return a list of the lengths of stay for each Encounter:

[source,cql]
----
Expand Down

0 comments on commit 33e2f52

Please sign in to comment.