Skip to content

Commit

Permalink
Spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
eproxus committed Jul 20, 2011
1 parent c3750b1 commit efe3756
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* [Introductions](#introduction)
* [Introduction](#introduction)
* [Features](#features)
* [Examples](#examples)
* [Build](#build)
Expand All @@ -17,7 +17,7 @@ Introduction

With meck you can easily mock modules in Erlang. You can also perform
some basic validations on the mocked modules, such as making sure no
unexpected exceptions occured or looking at the call history.
unexpected exceptions occurred or looking at the call history.


<a name='features'>
Expand All @@ -28,7 +28,7 @@ Features
* Automatic renaming and restoration of original modules
* Automatic backup and restore of cover data
* Changing return values using sequences and loops of static values
* Passthrough: use functions from the original module
* Pass through: use functions from the original module
* Mock is linked to the creating process (disable with `nolink`)
* Complete call history showing calls, results and exceptions
* Mocking of sticky modules (using the option `unstick`)
Expand Down

0 comments on commit efe3756

Please sign in to comment.