Skip to content

Commit e46506a

Browse files
authored
Merge pull request #1178 from gmalette/gm/fix-annotation-of-files
Fix annotation in CodeObjects::Base#files
2 parents 8a7befd + 465e1f9 commit e46506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/yard/code_objects/base.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def push(value)
132132
# @see NamespaceMapper.register_separator
133133
class Base
134134
# The files the object was defined in. To add a file, use {#add_file}.
135-
# @return [Array<String>] a list of files
135+
# @return [Array<Array(String, Integer)>] a list of files
136136
# @see #add_file
137137
attr_reader :files
138138

0 commit comments

Comments
 (0)