Skip to content

Commit 3e9e8b8

Browse files
committed
Fix typo
1 parent 8536c21 commit 3e9e8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/simplecov/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def refuse_coverage_drop(*criteria)
358358
# SimpleCov.add_filter do |src_file|
359359
# File.basename(src_file.filename) == 'environment.rb'
360360
# end # Will exclude environment.rb files from the results
361-
# * as an array of strings that are matched against all sorce files' file
361+
# * as an array of strings that are matched against all source files' file
362362
# paths and then ignored (basically string filter multiple times)
363363
# SimpleCov.add_filter ['app/models', 'app/helpers'] # ignores both dirs
364364
# * as an instance of a subclass of SimpleCov::Filter. See the documentation there

0 commit comments

Comments
 (0)