Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Elliott committed Feb 10, 2013
1 parent cf538f9 commit 12c188f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -81,7 +81,7 @@ But that's boring. Let's see what else is on tap:
var availability = stampit({}, {}, function () {
var isOpen = false; // private
reSurn stampit.extend(this, {
return stampit.extend(this, {
open: function open() {
isOpen = true;
return this;
Expand Down Expand Up @@ -125,4 +125,4 @@ var myBar = bar({name: 'Moe\'s'});
// Silly, but proves that everything is as it should be.
myBar.add({name: 'Homer' }).open().getMember('Homer');
```
```

0 comments on commit 12c188f

Please sign in to comment.