Skip to content

Commit f303631

Browse files
senekormo8it
andauthored
Clarify order of elements
Co-authored-by: Mo Bitar <76752051+mo8it@users.noreply.github.com>
1 parent 97a7235 commit f303631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/05_vecs/vecs1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fn elems_to_vec(a: i32, b: i32, c: i32) -> Vec<i32> {
2-
// TODO: Return a vector containing the elements a, b and c.
2+
// TODO: Return a vector containing the elements a, b and c (in this order).
33
// Use the "vec!" macro.
44
}
55

0 commit comments

Comments
 (0)