Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and correct sentence in Base.ccall_macro_parse #48936

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Fix and correct sentence in Base.ccall_macro_parse #48936

merged 1 commit into from
Mar 8, 2023

Conversation

udohjeremiah
Copy link
Contributor

The current doc for Base.ccall_macro_parse says:

"""
    ccall_macro_parse(expression)

`ccall_macro_parse` is an implementation detail of `@ccall

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:

    (:printf, :Cvoid, [:Cstring, :Cuint], ["%d", :value])
"""

This PR complete the code block of `@ccall to `@ccall`, adds a period (.) to it to close that sentence. And then starts the next sentence with a capital letter.

@KristofferC KristofferC added docs This change adds or pertains to documentation merge me PR is reviewed. Merge when all tests are passing labels Mar 7, 2023
@aviatesk aviatesk merged commit 7ace0fb into JuliaLang:master Mar 8, 2023
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Mar 8, 2023
Xnartharax pushed a commit to Xnartharax/julia that referenced this pull request Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants