diff --git a/stdlib/uri/0/common.rbs b/stdlib/uri/0/common.rbs index 97505f1e3..70dd1c2f5 100644 --- a/stdlib/uri/0/common.rbs +++ b/stdlib/uri/0/common.rbs @@ -609,5 +609,5 @@ module Kernel # # You must require 'uri' to use this method. # - def self?.URI: (URI::Generic | String uri) -> URI::Generic + def self?.URI: (URI::Generic | string uri) -> URI::Generic end