diff --git a/subjects/abort/README.md b/subjects/abort/README.md index a5a9d939..c6ba2909 100644 --- a/subjects/abort/README.md +++ b/subjects/abort/README.md @@ -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