Skip to content

Commit

Permalink
Fix typo in object-constants.html
Browse files Browse the repository at this point in the history
  • Loading branch information
actsasbuffoon committed Mar 27, 2012
1 parent e53a5be commit 475cb84
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 475cb84

Please sign in to comment.