We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98171e commit afd2973Copy full SHA for afd2973
1 file changed
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