From c34dce0c0fe86a689fb9ec06ae17b919c103ccf6 Mon Sep 17 00:00:00 2001
From: Adrian Rebola-Pardo <adrian.rebola@tuwien.ac.at>
Date: Tue, 1 Apr 2025 15:00:49 +0200
Subject: [PATCH] minor fixes

---
 unsafe-rust/presentation.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/unsafe-rust/presentation.tex b/unsafe-rust/presentation.tex
index 008727a..68e1819 100644
--- a/unsafe-rust/presentation.tex
+++ b/unsafe-rust/presentation.tex
@@ -57,7 +57,7 @@ Raw pointers need not respect the borrow rules...
     \emph{Fallacy 1: ``No unsafe, no bugs''}
     \begin{itemize}
         \item \emph{The ``strong'' version}: safe Rust makes bugs impossible.
-        \item \emph{The ``just concurrency'' version}: safe Rust prevents data races.
+        \item \emph{The ``just concurrency'' version}: safe Rust makes data races impossible.
         \item \emph{The ``pitch to management`` version}: safe Rust means you will never need to worry about data races.
     \end{itemize}
 
-- 
GitLab