Skip to content

Commit a385b7f

Browse files
committed
Make comment consistent with others in Post model
1 parent 7abcf86 commit a385b7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/post.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def reaction_list
234234
.to_h { |_k, v| [v.first.reaction_type, v] }
235235
end
236236

237-
# Are new threads on this post followed by this user?
237+
# Are new threads on this post followed by a given user?
238238
# @param post [Post] post to check
239239
# @param user [User] user to check
240240
# @return [Boolean] check result

0 commit comments

Comments
 (0)