Skip to content

Commit

Permalink
Merge pull request #25263 from abhishekjain16/doc_accessor_thread
Browse files Browse the repository at this point in the history
[skip ci] Fix grammar
  • Loading branch information
eileencodes committed Jun 3, 2016
2 parents 4e85538 + f7b850e commit 755f6bf
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -25,7 +25,7 @@ class Module
# end
# # => NameError: invalid attribute name: 1_Badname
#
# If you want to opt out the creation on the instance reader method, pass
# If you want to opt out of the creation of the instance reader method, pass
# <tt>instance_reader: false</tt> or <tt>instance_accessor: false</tt>.
#
# class Current
Expand Down Expand Up @@ -65,7 +65,7 @@ def #{sym}
# Current.user = "DHH"
# Thread.current[:attr_Current_user] # => "DHH"
#
# If you want to opt out the instance writer method, pass
# If you want to opt out of the creation of the instance writer method, pass
# <tt>instance_writer: false</tt> or <tt>instance_accessor: false</tt>.
#
# class Current
Expand Down

0 comments on commit 755f6bf

Please sign in to comment.