Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 18:15:42 +01:00 committed by GitHub
parent 83f3d02087
commit dde89e2979
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 reorder a slice of `int` in ascending order.
- Write a function that reorders a slice of `int` in ascending order.
### Expected function