Skip to content

Commit ffc51ad

Browse files
authored
Merge pull request matthisk#6 from tankorsmash/patch-1
fix typo in binary-octal example
2 parents 33532e8 + 8168b17 commit ffc51ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/examples/binary-octal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// ES6 introduces two new types of numer literals
1+
// ES6 introduces two new types of numeric literals
22
// Binary and octal notation:
33

44
console.log(0b111110111 === 503);

0 commit comments

Comments
 (0)