Skip to content

Commit

Permalink
Update basedocs.jl (#45040)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnj authored Apr 21, 2022
1 parent ab26191 commit ebbf76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/docs/basedocs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebbf76e

Please sign in to comment.