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

Commit 56190f3

Browse files
authored
Merge pull request #2745 from carlosantoniodasilva/patch-1
Remove extraneous `of` from around docs [ci skip]
2 parents a01aba7 + 21e0a86 commit 56190f3

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
@@ -312,7 +312,7 @@ def append_after(*args, &block)
312312
#
313313
# @note the syntax of `around` is similar to that of `before` and `after`
314314
# but the semantics are quite different. `before` and `after` hooks are
315-
# run in the context of of the examples with which they are associated,
315+
# run in the context of the examples with which they are associated,
316316
# whereas `around` hooks are actually responsible for running the
317317
# examples. Consequently, `around` hooks do not have direct access to
318318
# resources that are made available within the examples and their

0 commit comments

Comments
 (0)