Skip to content

Commit

Permalink
Fix typos in Base.ccall_macro_parse (#48936)
Browse files Browse the repository at this point in the history
  • Loading branch information
udohjeremiah authored Mar 8, 2023
1 parent a3fe0a8 commit 7ace0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/c.jl
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,9 @@ end
"""
ccall_macro_parse(expression)
`ccall_macro_parse` is an implementation detail of `@ccall
`ccall_macro_parse` is an implementation detail of `@ccall`.
it takes an expression like `:(printf("%d"::Cstring, value::Cuint)::Cvoid)`
It takes an expression like `:(printf("%d"::Cstring, value::Cuint)::Cvoid)`
returns: a tuple of `(function_name, return_type, arg_types, args)`
The above input outputs this:
Expand Down

0 comments on commit 7ace0fb

Please sign in to comment.