diff --git a/core/kernel.rbs b/core/kernel.rbs index e89111770..3974671de 100644 --- a/core/kernel.rbs +++ b/core/kernel.rbs @@ -807,7 +807,7 @@ module Kernel : BasicObject # # Process.exit!(true) # - def self?.exit!: (Integer | TrueClass | FalseClass status) -> bot + def self?.exit!: (?Integer | TrueClass | FalseClass status) -> bot # # With no arguments, raises the exception in `$!` or raises a RuntimeError if