Browse Source

feat(SortArgs): correct grammar

pull/2087/head
davhojt 1 year ago
parent
commit
acde079b88
No known key found for this signature in database
GPG Key ID: 29BFE853DB7E0677
  1. 2
      subjects/java/piscine/SortArgs/README.md

2
subjects/java/piscine/SortArgs/README.md

@ -4,7 +4,7 @@
Create a file named `SortArgs.java`.
Write a function `sort` that sorts the given array specified in the parameters and print the sorted array into the standard ouput. The elements should be separated by spaces with a new line at the end. All the given elements are correct numbers.
Write a function `sort` that sorts the given array specified in the parameters and prints it to the standard output. The elements should be separated by spaces followed by a a new line character. All the given elements are valid numbers.
### Expected Functions

Loading…
Cancel
Save