Skip to content

Commit c3984c2

Browse files
committed
Fix small typo in Object#With rdoc [ci-skip]
1 parent 779c14b commit c3984c2

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)