From ebbf76ed87552044551faa58a1e901d0586a04cb Mon Sep 17 00:00:00 2001 From: Jacob Quinn Date: Wed, 20 Apr 2022 19:16:01 -0600 Subject: [PATCH] Update basedocs.jl (#45040) --- base/docs/basedocs.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/docs/basedocs.jl b/base/docs/basedocs.jl index 4356b1803d398..c102a3b2ce426 100644 --- a/base/docs/basedocs.jl +++ b/base/docs/basedocs.jl @@ -1094,7 +1094,7 @@ first argument: with arguments are available as consecutive unnamed SSA variables (%0, %1, etc.); - as a 2-element tuple, containing a string of module IR and a string representing the name of the entry-point function to call; -- as a 2-element tuple, but with the module provided as an `Vector{UINt8}` with bitcode. +- as a 2-element tuple, but with the module provided as an `Vector{UInt8}` with bitcode. Note that contrary to `ccall`, the argument types must be specified as a tuple type, and not a tuple of types. All types, as well as the LLVM code, should be specified as literals, and