Skip to content

Commit 52400d9

Browse files
aviateskvtjnash
andauthored
Update base/tuple.jl
Co-authored-by: Jameson Nash <vtjnash@gmail.com>
1 parent 9ef1777 commit 52400d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/tuple.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ fill_to_length(t::Tuple{}, val, ::Val{2}) = (val, val)
293293
if nameof(@__MODULE__) === :Base
294294

295295
function tuple_type_tail(T::Type)
296-
@_total_or_throw_meta # TODO: this method is wrong (and not :tatal_or_throw)
296+
@_total_or_throw_meta # TODO: this method is wrong (and not :total_or_throw)
297297
if isa(T, UnionAll)
298298
return UnionAll(T.var, tuple_type_tail(T.body))
299299
elseif isa(T, Union)

0 commit comments

Comments
 (0)