Skip to content

Commit cff1707

Browse files
committed
Comple an unfinished sentence on expressions
1 parent a5b3e22 commit cff1707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/Basic Types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ name = 'smith';
3232
```
3333

3434
You can also use *template strings*, which can span multiple lines and have embedded expressions.
35-
These strings are surrounded by the backtick/backquote (`` ` ``) character, and embedded expressions are
35+
These strings are surrounded by the backtick/backquote (`` ` ``) character, and embedded expressions are of the form `${ expr }`
3636

3737
```TypeScript
3838
var name: string = `Gene`;

0 commit comments

Comments
 (0)