Fix typo 'are not'

This commit is contained in:
Firas Khalil Khana
2021-05-01 13:21:55 +03:00
committed by İnanç Gümüş
parent c1a94a4bcb
commit 6b4a20f2e3

View File

@ -21,7 +21,7 @@ package main
//
// RESTRICTION
// + Maximum 5 numbers can be provided
// + If one of the arguments are not a valid number, skip it
// + If one of the arguments is not a valid number, skip it
//
// HINTS
// + You can use the bubble-sort algorithm to sort the numbers.