We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e98171e + afd2973 commit e2853cdCopy full SHA for e2853cd
numbers/create.md
@@ -8,7 +8,7 @@ Numbers can be created from a constant value:
8
// This is a float:
9
var a = 1.2;
10
11
-// This is a integer:
+// This is an integer:
12
var b = 10;
13
```
14
0 commit comments