Skip to content

Commit 8a2ec77

Browse files
authored
Merge pull request chuanxshi#127 from TheBizzle/patch-1
Minor typo fix
2 parents ff2d982 + 6d0b488 commit 8a2ec77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

object-creation-patterns/object-constants.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<script>
99
/* Title: Object Constants
10-
Description: an implementation of a constant object provides set, inDefined and get methods
10+
Description: an implementation of a constant object provides set, isDefined and get methods
1111
*/
1212

1313
var constant = (function () {
@@ -58,4 +58,4 @@
5858
console.log(constant.get("maxwidth")); // 480
5959
</script>
6060
</body>
61-
</html>
61+
</html>

0 commit comments

Comments
 (0)