Fix typo.
authorLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Mon, 13 May 2024 12:03:49 +0000 (14:03 +0200)
committerLukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Mon, 13 May 2024 12:03:49 +0000 (14:03 +0200)
exercises/06_ticket_management/10_slices/src/lib.rs

index bd16c52..1d2c6f7 100644 (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)]