lib/yard/i18n/message.rb in yard-0.8.2.1 vs lib/yard/i18n/message.rb in yard-0.8.3
- old
+ new
@@ -9,10 +9,10 @@
class Message
# @return [String] the message ID of the trnslation target message.
attr_reader :id
# @return [Set] the set of locations. Location is an array of
- # path and line number where the message is appered.
+ # path and line number where the message is appeared.
attr_reader :locations
# @return [Set] the set of comments for the messages.
attr_reader :comments