Browse Source

Typo correction

pull/860/head
OGordoo 3 years ago committed by GitHub
parent
commit
f1c8298ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/makerange/README.md

2
subjects/makerange/README.md

@ -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.

Loading…
Cancel
Save