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

small typo in code example in the llvm.md documentation #49943

Merged
merged 1 commit into from
Aug 14, 2023

Commits on May 23, 2023

  1. typo in llvm.md doc

    The code in the documentation returns an error:
    ```
    ERROR: MethodError: no method matching _dump_function(::typeof(+), ::Type{Tuple{Int64, Int64}}, ::Bool, ::Bool, ::Bool, ::Bool, ::Symbol, ::Bool, ::Symbol)
    ```
    apparently, one boolean variable was missing from the call to `InteractiveUtils._dump_function`. Adding one `false` at the end of the call should fix that.
    mdmaas committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4ee139b View commit details
    Browse the repository at this point in the history