Skip to content

Commit 10c6cc1

Browse files
authored
Merge pull request #2825 from HoneyryderChuck/uri-string
URI.(s) does string coercion
2 parents 57f58fa + 3764758 commit 10c6cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stdlib/uri/0/common.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,5 +609,5 @@ module Kernel
609609
#
610610
# You must require 'uri' to use this method.
611611
#
612-
def self?.URI: (URI::Generic | String uri) -> URI::Generic
612+
def self?.URI: (URI::Generic | string uri) -> URI::Generic
613613
end

0 commit comments

Comments
 (0)