Update README.md

This commit is contained in:
Christopher Fremond 2021-07-02 19:08:12 +01:00 committed by GitHub
parent 1364231951
commit 1220bde40c
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 median of 5 five arguments.
Write a function that returns the median of five `int` arguments.
### Expected function