Skip to content

Commit afd2973

Browse files
committed
Fix typo on page 5
"This is an integer" instead of "This is a integer".
1 parent e98171e commit afd2973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numbers/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Numbers can be created from a constant value:
88
// This is a float:
99
var a = 1.2;
1010
11-
// This is a integer:
11+
// This is an integer:
1212
var b = 10;
1313
```
1414

0 commit comments

Comments
 (0)