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

remove quotes in math/log-gamma docstring #1081

Merged
merged 1 commit into from
Mar 12, 2023

Conversation

ianthehenry
Copy link
Contributor

I broke this in ab22451.

Before this change:

Janet 1.27.0-01aab666 macos/aarch64/clang - '(doc)' for help
repl:1:> (doc math/log-gamma)


    cfunction
    src/core/math.c on line 292, column 1

    (math/"log-gamma" x)

    Returns log-gamma(x).

After this change:

Janet 1.27.0-4e7930fc macos/aarch64/clang - '(doc)' for help
repl:1:> (doc math/log-gamma)


    cfunction
    src/core/math.c on line 292, column 1

    (math/log-gamma x)

    Returns log-gamma(x).

Copy link
Member

@pepe pepe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bakpakin bakpakin merged commit c51db1c into janet-lang:master Mar 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants