Skip to content

Commit

Permalink
Fix wording for query-expr creating table
Browse files Browse the repository at this point in the history
Part of #47
  • Loading branch information
jclark committed Mar 31, 2020
1 parent a6c4432 commit 85fdb1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4947,9 +4947,9 @@ <h3>Query expression</h3>
<li>list - the constructed list has a member for each emitted value; every
emitted value must beloing to type T, where T[] is the type of the constructed
value</li>
<li>table - the constructed table has a row for each emitted value;
every emitted value must belong to type T, where the constructed value belongs
to type table&lt;T&gt;</li>
<li>table - the constructed table has a member for each emitted value; every
emitted value must belong to type T, where table&lt;T&gt; is the type of the
constructed value</li>
<li>string - the constructed string is the concatenation of the emitted values;
every emitted value must be of type string</li>
<li>xml - the constructed xml value is the concatenation of the emitted values;
Expand Down

0 comments on commit 85fdb1a

Please sign in to comment.