diff --git a/core/array.rbs b/core/array.rbs index a22bc9eb6..5e8c63eff 100644 --- a/core/array.rbs +++ b/core/array.rbs @@ -1082,7 +1082,7 @@ class Array[unchecked out Elem] < Object # a.at(0) # => :foo # a.at(2) # => 2 # - def at: (int index) -> Elem? + def at: %a{implicitly-returns-nil} (int index) -> Elem #