diff --git a/core/kernel.rbs b/core/kernel.rbs index dd1f624fd..f97b66fd6 100644 --- a/core/kernel.rbs +++ b/core/kernel.rbs @@ -1209,7 +1209,7 @@ module Kernel : BasicObject # --> # Equivalent to Proc.new. # - def self?.proc: () { () -> untyped } -> Proc + def self?.proc: () { (?) -> untyped } -> Proc #