Skip to content

Commit a390708

Browse files
committed
Change "a" to "an".
Use comma for introductory clauses.
1 parent c98d89e commit a390708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/types/casting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ The best option is to cast to one of the three possible types **explicitly**.
4747

4848
'' + 10 === '10'; // true
4949

50-
By prepending a empty string a value can easily be casted to a string.
50+
By prepending an empty string, a value can easily be casted to a string.
5151

5252
### Casting to a Number
5353

5454
+'10' === 10; // true
5555

56-
Using the **unary** plus operator it is possible to cast to a number.
56+
Using the **unary** plus operator, it is possible to cast to a number.
5757

5858
### Casting to a Boolean
5959

0 commit comments

Comments
 (0)