Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 18:22:42 +01:00 committed by GitHub
parent c1be65e3f1
commit 8b6f6ba469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Write a function that returns the square root of the `int` passed as parameter if that square root is a whole number. Otherwise it returns `0`.
Write a function that returns the square root of the `int` passed as parameter, if that square root is a whole number. Otherwise it returns `0`.
### Expected function