Skip to content

Commit 55d4f85

Browse files
Merge pull request microsoft#59 from sarod/patch-2
Completing an unfinished sentence on expressions
2 parents a5b3e22 + cff1707 commit 55d4f85

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)