diff --git a/src/control/single.md b/src/control/single.md index 165ff1f..248f48d 100644 --- a/src/control/single.md +++ b/src/control/single.md @@ -31,5 +31,4 @@ over this array and checking whether the element is divisible by `m`. - It is more efficient to simply iterate in some for loop with step size `m` and sum the values. -- As for `SumRange`, a parallel implementation would be faster. - +- As for `SumRange`, a parallel implementation would be faster. \ No newline at end of file