Skip to content

Commit

Permalink
Fix typo ch7 (es6 & beyond)
Browse files Browse the repository at this point in the history
Line 884: "properities" => "properties"
  • Loading branch information
machineloop committed Oct 22, 2015
1 parent a513739 commit 641dbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es6 & beyond/ch7.md
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ The ordering is:

1. First, enumerate any owned properties that are integer indexes, in ascending numeric order.
2. Next, enumerate the rest of the owned string property names in creation order.
3. Finally, enumerate owned symbol properities in creation order.
3. Finally, enumerate owned symbol properties in creation order.

Consider:

Expand Down

0 comments on commit 641dbd4

Please sign in to comment.