Browse Source

docs(collect): correct grammar

pull/1097/head
davhojt 2 years ago committed by Dav Hojt
parent
commit
72fc44949e
  1. 2
      subjects/collect/README.md

2
subjects/collect/README.md

@ -2,7 +2,7 @@
### Instructions
Implement the **function** `bubble_sort` which receives a vector Vec<i32> and returns the same vector but in increasing order using the bubble sort algorithm.
Implement the **function** `bubble_sort`, which receives a `Vec<i32>` and returns the same vector but in increasing order using the bubble sort algorithm.
### Expected Function

Loading…
Cancel
Save