Skip to content

Commit 8168b17

Browse files
authored
fix typo in binary-octal example
1 parent 33532e8 commit 8168b17

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)