From 6638e0d7dc85a4df9575a71692c8366cce840c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marja=20H=C3=B6ltt=C3=A4?= Date: Thu, 26 Mar 2020 11:00:43 +0100 Subject: [PATCH] Update src/blog/understanding-ecmascript-part-3.md Co-Authored-By: Shu-yu Guo --- src/blog/understanding-ecmascript-part-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blog/understanding-ecmascript-part-3.md b/src/blog/understanding-ecmascript-part-3.md index a93d0de65..b6b865025 100644 --- a/src/blog/understanding-ecmascript-part-3.md +++ b/src/blog/understanding-ecmascript-part-3.md @@ -58,7 +58,7 @@ const r = /foo/; Here the first `/` is the start of a RegularExpressionLiteral. -Templates introduce a similar ambiguity — the interpretation of }` depends on the context it occurs: +Templates introduce a similar ambiguity — the interpretation of }` depends on the context it occurs in: ```js const what1 = 'temp';