diff --git a/src/what-unsafe-does.md b/src/what-unsafe-does.md index 91be999..67fbe8a 100644 --- a/src/what-unsafe-does.md +++ b/src/what-unsafe-does.md @@ -71,7 +71,7 @@ Rust considers it "safe" to: * Deadlock * Have a [race condition][race] * Leak memory -* Overflow integers +* Overflow integers (with the built-in operators such as `+` etc.) * Abort the program * Delete the production database