Typo correction

This commit is contained in:
OGordoo 2021-10-27 16:33:35 +01:00 committed by GitHub
parent 85c0863414
commit f1c8298ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
### Instructions
Write a function that takes an `int` min and an `int` max as parameters.
The must function return a slice of `int`s with all the values between min and max.
The function must return a slice of `int`s with all the values between min and max.
Min is included, and max is excluded.