diff --git a/subjects/collect/README.md b/subjects/collect/README.md index a92b58cb..5cd01847 100644 --- a/subjects/collect/README.md +++ b/subjects/collect/README.md @@ -2,7 +2,7 @@ ### Instructions -Implement the **function** `bubble_sort` which receives a vector Vec and returns the same vector but in increasing order using the bubble sort algorithm. +Implement the **function** `bubble_sort`, which receives a `Vec` and returns the same vector but in increasing order using the bubble sort algorithm. ### Expected Function