Skip to content

Commit

Permalink
Merge pull request #22 from Little-Rubyist/fix_typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
yui-knk authored May 18, 2023
2 parents 4b42441 + 962b15c commit 4a51637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sig/lrama/bitmap.rbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Lrama
module Bitmap
def self.from_array: (Array[int] arr) -> Integer
def self.from_array: (Array[int] ary) -> Integer

def self.to_array: (Integer int) -> Array[Integer]
end
Expand Down

0 comments on commit 4a51637

Please sign in to comment.