Fix typo 'are not'

This commit is contained in:
Firas Khalil Khana
2021-06-08 11:19:26 +03:00
committed by İnanç Gümüş
parent c1a94a4bcb
commit 6b4a20f2e3
+1 -1
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.