Skip to content

Commit

Permalink
Update src/blog/understanding-ecmascript-part-3.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Shu-yu Guo <shu@rfrn.org>
  • Loading branch information
marjakh and syg committed Mar 26, 2020
1 parent 360e1b0 commit 6638e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog/understanding-ecmascript-part-3.md
Expand Up @@ -58,7 +58,7 @@ const r = /foo/;

Here the first `/` is the start of a RegularExpressionLiteral.

Templates introduce a similar ambiguity &mdash; the interpretation of <code>}`</code> depends on the context it occurs:
Templates introduce a similar ambiguity &mdash; the interpretation of <code>}`</code> depends on the context it occurs in:

```js
const what1 = 'temp';
Expand Down

0 comments on commit 6638e0d

Please sign in to comment.