From cdedd8d75be9f728ef21c6b8027e59d0df5959c4 Mon Sep 17 00:00:00 2001 From: Imperatorn <57035049+Imperatorn@users.noreply.github.com> Date: Sun, 29 Oct 2023 14:58:16 +0100 Subject: [PATCH] Typo --- std/parallelism.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/parallelism.d b/std/parallelism.d index 9b231f3ac8a..3fe8cd61fe0 100644 --- a/std/parallelism.d +++ b/std/parallelism.d @@ -1581,7 +1581,7 @@ public: auto logs = new double[10_000_000]; // Parallel foreach works with or without an index - // variable. It can be iterate by ref if range.front + // variable. It can iterate by ref if range.front // returns by ref. // Iterate over logs using work units of size 100.