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 div docstring to describe division, after #33040 #33703

Merged
merged 2 commits into from
Oct 29, 2019

Conversation

NHDaly
Copy link
Member

@NHDaly NHDaly commented Oct 28, 2019

It looks like in #33040 the div docstring was accidentally incorrectly copied from the rem docstring, so it currently describes the rem operation, not div.

This commit changes that docstring to correctly describe integer division with custom rounding.

It looks like in JuliaLang#33040 the `div` docstring was accidentally incorrectly copied from the `rem` docstring, so it currently describes the `rem` operation, not `div`.

This commit changes that docstring to correctly describe integer division with custom rounding.
@NHDaly
Copy link
Member Author

NHDaly commented Oct 28, 2019

CC: @Keno

Copy link
Member

@Keno Keno left a comment

Choose a reason for hiding this comment

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

Minor nit, otherwise LGTM. Thanks for catching this.

This didn't need to be removed.
@Keno Keno merged commit 49fb792 into JuliaLang:master Oct 29, 2019
@NHDaly NHDaly deleted the nhd-div-docstring branch October 27, 2020 02:14
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.

2 participants