From 85fdb1a0b611b9b4d73f6d833ae693698c2ff056 Mon Sep 17 00:00:00 2001 From: James Clark Date: Tue, 31 Mar 2020 16:15:28 +0700 Subject: [PATCH] Fix wording for query-expr creating table Part of #47 --- lang/spec.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/spec.html b/lang/spec.html index c3174dc6..005fa309 100644 --- a/lang/spec.html +++ b/lang/spec.html @@ -4947,9 +4947,9 @@

Query expression

  • 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
  • -
  • 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<T>
  • +
  • table - the constructed table has a member for each emitted value; every +emitted value must belong to type T, where table<T> is the type of the +constructed value
  • string - the constructed string is the concatenation of the emitted values; every emitted value must be of type string
  • xml - the constructed xml value is the concatenation of the emitted values;