Skip to content

Commit

Permalink
🏷️ fix load file type
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Feb 13, 2024
1 parent 9efaf58 commit b231986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/ika3/concerns/utils.rbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Ika3
module Concerns
module Utils
def self?.load_yaml_file: (untyped file) -> untyped
def self?.load_yaml_file: (String) -> untyped
end
end
end

0 comments on commit b231986

Please sign in to comment.