Skip to content

Commit

Permalink
Fix typo pointed out by @justinko.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jun 3, 2012
1 parent e31f4a4 commit 7ab3d61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -249,8 +249,8 @@ your code.
## Stubbing Constants

Support is provided for stubbing constants. Like with method stubs, the
stubbed constants will be restored to their original state when a method
completes.
stubbed constants will be restored to their original state when an
example completes.

``` ruby
stub_const("Foo", fake_foo)
Expand Down
4 changes: 2 additions & 2 deletions features/stubbing_constants/README.md
@@ -1,8 +1,8 @@
## Stubbing Constants

Support is provided for stubbing constants. Like with method stubs, the
stubbed constants will be restored to their original state when a method
completes.
stubbed constants will be restored to their original state when an
example completes.

``` ruby
stub_const("Foo", fake_foo)
Expand Down

0 comments on commit 7ab3d61

Please sign in to comment.