Skip to content

Commit 80a336a

Browse files
st0012Copilot
andcommitted
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 44eacea commit 80a336a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdoc/rbs_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def valid_type?(sig)
3636

3737
##
3838
# Loads RBS signatures from the given directories.
39-
# Returns a Hash mapping "ClassName#method_name" => "type sig string".
39+
# Returns a Hash mapping "ClassName#method_name" => ["type sig string", ...].
4040

4141
def load_signatures(*dirs)
4242
loader = RBS::EnvironmentLoader.new

0 commit comments

Comments
 (0)