From dabf70e6fe1a64717bada0ede58aebd63bbd81c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=AE=9E=E5=94=AF?= Date: Thu, 30 Aug 2018 11:56:04 +0800 Subject: [PATCH] fix typo in `?@specialize` --- base/essentials.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/essentials.jl b/base/essentials.jl index edd7e75d2f949..35a52e592434e 100644 --- a/base/essentials.jl +++ b/base/essentials.jl @@ -79,7 +79,7 @@ end @specialize Reset the specialization hint for an argument back to the default. -For details, see [`@specialize`](@ref). +For details, see [`@nospecialize`](@ref). """ macro specialize(vars...) if nfields(vars) === 1