From ae95bf14280608f89ebd43db61a427f342ce2dda Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Thu, 28 Nov 2024 18:20:45 +1300 Subject: [PATCH] Fix another typo in type signature. --- lib/protocol/http/reference.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol/http/reference.rb b/lib/protocol/http/reference.rb index d4bec66..dacb608 100644 --- a/lib/protocol/http/reference.rb +++ b/lib/protocol/http/reference.rb @@ -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