diff --git a/presentations/pasc/pres.md b/presentations/pasc/pres.md
index 483e832c4a2f8dbb6fa0219e2403b425e2819161..3ef9394aa5639b807b159b055935658cd59f0c6c 100644
--- a/presentations/pasc/pres.md
+++ b/presentations/pasc/pres.md
@@ -337,6 +337,7 @@ tabulate_4d nx ny nz q (\x y z ipop ->
 ## What is great with Futhark? (IMHO)
 
 * Runs fast.
+* Multiple backends.
 * Great for rapid prototyping.
 * Simple (limited functionalities) but powerful (generics, modules).
 * Very difficult to make memory errors.