Fix typo.
This commit is contained in:
parent
22c029fea5
commit
23ca48ca9e
|
@ -1,4 +1,4 @@
|
|||
// TODO: Define a function named that takes a reference to a slice of `u32` and returns the sum of all
|
||||
// TODO: Define a function named `sum` that takes a reference to a slice of `u32` and returns the sum of all
|
||||
// elements in the slice.
|
||||
|
||||
#[cfg(test)]
|
||||
|
|
Loading…
Reference in New Issue