Skip to content

Commit 7fb8513

Browse files
committed
Fix spaces for coding example
1 parent f63209a commit 7fb8513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Each proposal for an ECMAScript feature goes through the following maturity stag
167167

168168
//3. Single parameter and multiple statements
169169
var even = number => {
170-
if(number % 2) {
170+
if(number%2) {
171171
console.log("Even");
172172
} else {
173173
console.log("Odd");

0 commit comments

Comments
 (0)