Merge pull request #42889 from santib/fix-nodoc

Fix :nodoc: [ci skip]
This commit is contained in:
Jean Boussier 2021-07-27 22:35:56 +02:00 committed by GitHub
commit 75a864c2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ module ActiveSupport
notifier.publish(name, *args)
end
def publish_event(event) # :nodoc;
def publish_event(event) # :nodoc:
notifier.publish_event(event)
end