Skip to content

Commit 246798d

Browse files
Merge pull request #2326 from Trott/patch-1
Remove incorrect operator identification
2 parents a81f54f + 50b4e54 commit 246798d

File tree

1 file changed

+1
-1
lines changed
  • packages/documentation/copy/en/handbook-v2

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/handbook-v2/Basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ greet("Maddison", new Date());
362362
Notice two things here:
363363

364364
1. Our `person` and `date` parameters no longer have type annotations.
365-
2. Our "template string" - that string that used backticks (the `` ` `` character) - was converted to plain strings with concatenations (`+`).
365+
2. Our "template string" - that string that used backticks (the `` ` `` character) - was converted to plain strings with concatenations.
366366

367367
More on that second point later, but let's now focus on that first point.
368368
Type annotations aren't part of JavaScript (or ECMAScript to be pedantic), so there really aren't any browsers or other runtimes that can just run TypeScript unmodified.

0 commit comments

Comments
 (0)