Skip to content

Commit f150916

Browse files
committed
javascript-101/objects.md: Added a missing word to the last code block.
Closes jquerygh-600 Fixes jquerygh-599
1 parent bef3266 commit f150916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/objects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ for ( var prop in myObject ) {
5151
}
5252
5353
// Would log the following:
54-
// Please that the order is not guaranteed and may differ.
54+
// Please note that the order is not guaranteed and may differ.
5555
5656
// Property : 99999 ; value : 789
5757
// Property : validIdentifier ; value : 123

0 commit comments

Comments
 (0)