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 document of Int#gcd #8894

Merged
merged 1 commit into from
Mar 10, 2020

Conversation

nard-tech
Copy link
Contributor

@nard-tech nard-tech commented Mar 10, 2020

Tiny fix to document of Int#gcd

# NG
5.gcd(10) # => 2

# OK
5.gcd(10) # => 5

@yxhuvud
Copy link
Contributor

yxhuvud commented Mar 10, 2020

Ooopsie.

Copy link
Member

@asterite asterite left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@asterite asterite added this to the 0.34.0 milestone Mar 10, 2020
@asterite asterite merged commit 4877c3d into crystal-lang:master Mar 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants