Skip to content

Commit cae9576

Browse files
Lilith HafnerLilith Hafner
authored andcommitted
fix typo
1 parent 547d85d commit cae9576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testhelpers/InfiniteArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ Base.length(r::OneToInf) = Infinity()
4848
Base.last(r::OneToInf) = Infinity()
4949
Base.unitrange(r::OneToInf) = r
5050
Base.oneto(::Infinity) = OneToInf()
51-
Base.unsafe_oneto(::Infinity) = OneToInf()
51+
Base.unchecked_oneto(::Infinity) = OneToInf()
5252

5353
end

0 commit comments

Comments
 (0)