Fix typo 'are not'
This commit is contained in:
committed by
İnanç Gümüş
parent
c1a94a4bcb
commit
6b4a20f2e3
@ -21,7 +21,7 @@ package main
|
|||||||
//
|
//
|
||||||
// RESTRICTION
|
// RESTRICTION
|
||||||
// + Maximum 5 numbers can be provided
|
// + 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
|
// HINTS
|
||||||
// + You can use the bubble-sort algorithm to sort the numbers.
|
// + You can use the bubble-sort algorithm to sort the numbers.
|
||||||
|
Reference in New Issue
Block a user