Update README.md

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

View File

@ -6,7 +6,7 @@
- `Atoi` returns `0` if the `string` is not considered as a valid number. For this exercise **non-valid `string` chains will be tested**. Some will contain non-digits characters.
- For this exercise the handling of the signs + or - **does have** to be taken into account.
- For this exercise the handling of the signs `+` or `-` **does have** to be taken into account.
- This function will **only** have to return the `int`. For this exercise the `error` result of `Atoi` is not required.