Skip to content

Commit

Permalink
README: Fix typo
Browse files Browse the repository at this point in the history
`#::` was deprecated now.  It should be replaced with `#:`.
  • Loading branch information
tk0miya committed Sep 21, 2024
1 parent e098c23 commit 52d0f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Person
end

# @rbs &block: (String) -> void
def each_address(&block) #:: void
def each_address(&block) #: void
addresses.each(&block)
end
end
Expand Down

0 comments on commit 52d0f8f

Please sign in to comment.