From 98f77ecb5b5b49bd526a2a80944cf230a72dc99b Mon Sep 17 00:00:00 2001 From: "T.J. Schuck" Date: Wed, 14 Feb 2018 12:04:46 -0500 Subject: Rdoc formatting fix: instead of MD-style asterisks [ci skip] --- activerecord/lib/active_record/relation.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/relation.rb b/activerecord/lib/active_record/relation.rb index d71c430045..8e108e4be3 100644 --- a/activerecord/lib/active_record/relation.rb +++ b/activerecord/lib/active_record/relation.rb @@ -142,7 +142,7 @@ module ActiveRecord # failed due to validation errors it won't be persisted, you get what # #create returns in such situation. # - # Please note *this method is not atomic*, it runs first a SELECT, and if + # Please note this method is not atomic, it runs first a SELECT, and if # there are no results an INSERT is attempted. If there are other threads # or processes there is a race condition between both calls and it could # be the case that you end up with two similar records. -- cgit v1.2.3