From 9c93174e84ae48deb1c000e78c974b929bb62028 Mon Sep 17 00:00:00 2001 From: Shuhei Kadowaki <40514306+aviatesk@users.noreply.github.com> Date: Thu, 12 Nov 2020 00:06:31 +0900 Subject: [PATCH] Update base/util.jl Co-authored-by: Jeff Bezanson --- base/util.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/util.jl b/base/util.jl index 637dd175575a8..a14c08997e856 100644 --- a/base/util.jl +++ b/base/util.jl @@ -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"