Skip to content

Commit

Permalink
Fix another typo in type signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Nov 28, 2024
1 parent d73e777 commit ae95bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/protocol/http/reference.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def <=> other

# Type-cast a reference.
#
# @parameter reference [Reference, String] The reference to type-cast.
# @parameter reference [Reference | String] The reference to type-cast.
# @returns [Reference] The type-casted reference.
def self.[] reference
if reference.is_a? self
Expand Down

0 comments on commit ae95bf1

Please sign in to comment.