Skip to content

Commit

Permalink
more stupid typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo committed Jan 13, 2021
1 parent adb1586 commit 6978d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/namedtuple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ julia> x.a
julia> x[:a]
1
julia> nt[(:a,)]
julia> x[(:a,)]
(a = 1,)
julia> keys(x)
Expand Down

0 comments on commit 6978d68

Please sign in to comment.