Skip to content

Commit

Permalink
README: Fix some grammer issues in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
alexocode committed Sep 7, 2017
1 parent c53ff7b commit 80f85d8
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
Expand Up @@ -858,8 +858,8 @@ ESpec has functionality similar to [`ExUnit.DocTest`](http://elixir-lang.org/doc
Read more about docs syntax [here](http://elixir-lang.org/docs/stable/ex_unit/)
The functionality is implemented by two modules:
`ESpec.DocExample` parses module documentation and `ESpec.DocTest` creates 'spec' examples for it.
`ESpec.DocExample` functions is just copy-paste of `ExUnit.Doctest` parsing functionality.
`ESpec.DocTest` implement `doctest` macro which identical to `ExUnit` analogue.
`ESpec.DocExample` functions are just copy-pasted from `ExUnit.Doctest` parsing functionality.
`ESpec.DocTest` implements `doctest` macro which is identical to `ExUnit`.
```elixir
defmodule DoctestSpec do
use ESpec
Expand Down Expand Up @@ -1061,7 +1061,7 @@ There are community supported formatters:
* 1.4.6
- Fix doctests (allow "strings")
- allow keywords in `let_ok` and `let_error`
- Fix `before` to ignore not enumerables
- Fix `before` to ignore not enumerables

## Contributing
##### Contributions are welcome and appreciated!
Expand Down

0 comments on commit 80f85d8

Please sign in to comment.