Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 910b3d9

Browse files
committed
cleanup for #2175
1 parent 9c89d62 commit 910b3d9

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)