Skip to content

Commit 89ceb31

Browse files
authored
Merge pull request rails#47587 from p8/activesupport/object-with-typo
Fix small typo in Object#With rdoc [ci-skip]
2 parents 779c14b + c3984c2 commit 89ceb31

File tree

1 file changed

+1
-1
lines changed
  • activesupport/lib/active_support/core_ext/object

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/core_ext/object/with.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
class Object
4-
# Sets and restore the provided attributes around a block.
4+
# Set and restore public attributes around a block.
55
#
66
# client.timeout # => 5
77
# client.with(timeout: 1) do

0 commit comments

Comments
 (0)