Skip to content

Commit

Permalink
Merge pull request #594 from dhedlund/dhedlund-fales-typo
Browse files Browse the repository at this point in the history
Fix small "fales" typo in array filter section of README
  • Loading branch information
PragTob authored Jun 28, 2017
2 parents e41c134 + cb45995 commit 607986f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ is being set in the SimpleCov::Filter initialize method and thus is set to 5 in
```ruby
SimpleCov.start do
proc = Proc.new { |source_file| fales }
proc = Proc.new { |source_file| false }
add_filter ["string", /regex/, proc, LineFilter.new(5)]
end
```
Expand Down

0 comments on commit 607986f

Please sign in to comment.