mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-26 21:58:49 +01:00
Fix typo.
This commit is contained in:
parent
22c029fea5
commit
23ca48ca9e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue