Skip to content

Commit

Permalink
Merge pull request chuanxshi#49 from actsasbuffoon/patch-1
Browse files Browse the repository at this point in the history
Fix typo in object-constants.html
  • Loading branch information
chuanxshi committed Mar 28, 2012
2 parents e53a5be + 475cb84 commit 0589ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object-creation-patterns/object-constants.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<body>
<script>
/* Title: Object Constants
Description: an implementation of a contant object provides set, inDefined and get methods
Description: an implementation of a constant object provides set, inDefined and get methods
*/

var constant = (function () {
Expand Down

0 comments on commit 0589ebb

Please sign in to comment.