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

Commit 155bd0d

Browse files
authored
Fix typo
1 parent 7f607f0 commit 155bd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/core/hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def append_after(*args, &block)
322322
# end
323323
#
324324
# The yielded example aliases `run` with `call`, which lets you treat it
325-
# like a `Proc`. This is especially handy when working with libaries
325+
# like a `Proc`. This is especially handy when working with libraries
326326
# that manage their own setup and teardown using a block or proc syntax,
327327
# e.g.
328328
#

0 commit comments

Comments
 (0)