We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73e777 commit ae95bf1Copy full SHA for ae95bf1
lib/protocol/http/reference.rb
@@ -75,7 +75,7 @@ def <=> other
75
76
# Type-cast a reference.
77
#
78
- # @parameter reference [Reference, String] The reference to type-cast.
+ # @parameter reference [Reference | String] The reference to type-cast.
79
# @returns [Reference] The type-casted reference.
80
def self.[] reference
81
if reference.is_a? self
0 commit comments