Fix typo.

This commit is contained in:
LukeMathWalker 2024-05-13 14:03:49 +02:00
parent 22c029fea5
commit 23ca48ca9e
1 changed files with 1 additions and 1 deletions

View File

@ -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)]