Skip to content

Commit

Permalink
Update base/util.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Bezanson <[email protected]>
  • Loading branch information
aviatesk and JeffBezanson committed Nov 14, 2020
1 parent 65b2aeb commit 9c93174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/util.jl
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ end
Provides a convenient way to call [`Base.invokelatest`](@ref).
`@invokelatest f(args...; kwargs...)` will simply be expanded into
`Base.invokelatst(f, args...; kwargs...)`.
`Base.invokelatest(f, args...; kwargs...)`.
"""
macro invokelatest(ex)
@assert is_expr(ex, :call) "call expression f(args...; kwargs...) should be given"
Expand Down

0 comments on commit 9c93174

Please sign in to comment.