From 1a5f82601f3c78498b72c6f63e6c2ab6c454ebef Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Wed, 7 Jul 2021 14:14:41 -0600 Subject: [PATCH] revert changes to SV/TV/TRV prose; split into #2451 --- spec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec.html b/spec.html index 4f3d629aa0..55f10cf86b 100644 --- a/spec.html +++ b/spec.html @@ -14302,7 +14302,7 @@

Syntax

Static Semantics: SV

-

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 .

+

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 .