diff --git a/core/fiber.rbs b/core/fiber.rbs index f9d7553ab..151ad2225 100644 --- a/core/fiber.rbs +++ b/core/fiber.rbs @@ -86,7 +86,7 @@ class Fiber < Object # # See also Fiber::[]=. # - def self.[]: (Symbol | String) -> untyped + def self.[]: (Symbol) -> untyped #