Browse Source

docs: rephrase exercice description to improve its clarity

pull/2526/head
amine 4 weeks ago
parent
commit
bb10d5a6f3
  1. 2
      subjects/java/checkpoints/sort-array/README.md

2
subjects/java/checkpoints/sort-array/README.md

@ -2,7 +2,7 @@
### Instructions
In a file named `SortArray.java` write a function `sort` that sorts ascending the given array specified in the parameters and returns it.
In a file named `SortArray.java` write a function `sort` that returns the given array, specified in the parameters, sorted in ascending order.
### Expected Functions

Loading…
Cancel
Save