diff --git a/lectures/parallelism/slides.qmd b/lectures/parallelism/slides.qmd
index 12b44d4fab6f4fb70cdadccaebefa5bb9f19222b..385e12eaad02b519051988cade459e62df4b6d0b 100644
--- a/lectures/parallelism/slides.qmd
+++ b/lectures/parallelism/slides.qmd
@@ -216,7 +216,7 @@ Starting with batter for $N$ pancakes and 1 pan, we can scale by using $P$ pans
     for (int i = 0; i < N; ++i)
         sum = sum + a[i];
 ```
-For other reduction operations see
+For other reduction operations like e.g. `max` see
 [OpenMP documentation](https://www.openmp.org/spec-html/5.1/openmpsu117.html#x152-1720002.21.5)