Skip to content

Commit 31b3b6e

Browse files
author
sunjieming
committed
Fixed typo in instructions
1 parent 3fce818 commit 31b3b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var isMyFavoriteFood = function(food) {
1717
var isThisMyFavorite = isMyFavoriteFood(food);
1818

1919
//----------------
20-
//const, =>, class, template literals, enhanced object literals (foo: foo, -> foo,)
20+
//const, class, template literals, enhanced object literals (foo: foo, -> foo,)
2121

2222
var User = function(options) {
2323
this.username = options.username;

0 commit comments

Comments
 (0)