Merge pull request #5359 from eltociear/patch-3

Fix typo in tag_mover.rb
This commit is contained in:
evazion
2022-11-29 18:08:59 -06:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
class TagMover
attr_reader :old_tag, :new_tag, :user
# Initalize a tag move.
# Initialize a tag move.
# @param old_name [String] the name of the tag to move
# @param new_name [String] the new tag name
# @param user [User] the user to credit for all edits in moving the tag