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

sqrt is not square #4

Closed
PierreGaudichon opened this issue Jan 14, 2016 · 2 comments
Closed

sqrt is not square #4

PierreGaudichon opened this issue Jan 14, 2016 · 2 comments

Comments

@PierreGaudichon
Copy link

In the doc for methods, there is :

def sqrt num
    num * num

Which should be :

def square num
    num * num

EDIT : Same for blocks, just below.

@somebee
Copy link
Member

somebee commented Jan 14, 2016

Thanks :) Fixed now - will deploy with some other changes soon

@PierreGaudichon
Copy link
Author

Fixed in 3 min, GG !

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

No branches or pull requests

2 participants