Skip to content

Commit 45e418a

Browse files
committed
cleanup for rspec#2175
1 parent 65f93cf commit 45e418a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/example_group.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def self.next_runnable_index_for(file)
455455
# We add 1 so the ids start at 1 instead of 0. This is
456456
# necessary for this branch (but not for the other one)
457457
# because we register examples and groups with the
458-
# `childeren` and `examples` collection BEFORE this
458+
# `children` and `examples` collection BEFORE this
459459
# method is called as part of metadata hash creation,
460460
# but the example group is recorded with
461461
# `RSpec.world.example_group_counts_by_spec_file` AFTER

0 commit comments

Comments
 (0)