Skip to content

Commit

Permalink
Merge pull request #42584 from elebow/doc-formatting-validations-clas…
Browse files Browse the repository at this point in the history
…s-methods

Formatting markup in an rdoc comment [ci skip]
  • Loading branch information
zzak committed Jun 24, 2021
2 parents f5c092c + ec207a4 commit b3dee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/lib/active_model/validations.rb
Expand Up @@ -118,7 +118,7 @@ def validates_each(*attr_names, &block)
# end
# end
#
# Or with a block where self points to the current record to be validated:
# Or with a block where +self+ points to the current record to be validated:
#
# class Comment
# include ActiveModel::Validations
Expand Down

0 comments on commit b3dee90

Please sign in to comment.