From 0c7e4ebb78361c9b65e572061337f82ab826d710 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Wed, 21 Jul 2021 22:07:53 -0700 Subject: [PATCH] Editorial: don't imply that SV, TV, and TRV are shorthands (#2451) --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 13ac6835e97..2234fbc4317 100644 --- a/spec.html +++ b/spec.html @@ -16612,7 +16612,7 @@

Syntax

Static Semantics: SV

-

A string literal stands for a value of the String type. The String value (SV) of the literal is described in terms of String values contributed by the various parts of the string literal. As part of this process, some Unicode code points within the string literal are interpreted as having a mathematical value (MV), as described below or in .

+

A string literal stands for a value of the String type. SV produces String values for string literals through recursive application on the various parts of the string literal. As part of this process, some Unicode code points within the string literal are interpreted as having a mathematical value, as described below or in .