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

Fix typo #2512

Merged
merged 1 commit into from
Jan 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rspec/core/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def append_after(*args, &block)
# end
#
# The yielded example aliases `run` with `call`, which lets you treat it
# like a `Proc`. This is especially handy when working with libaries
# like a `Proc`. This is especially handy when working with libraries
# that manage their own setup and teardown using a block or proc syntax,
# e.g.
#
Expand Down