From 70e41f5e608ad36e6d99b5b7c1a5722a65a437f4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Mon, 5 Aug 2024 18:49:53 +0200 Subject: [PATCH] Update cpp.md Signed-off-by: Dennis Eichhorn --- standards/cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/cpp.md b/standards/cpp.md index 612200e..4bca215 100755 --- a/standards/cpp.md +++ b/standards/cpp.md @@ -33,7 +33,7 @@ When writing code keep the following topics in mind: * Signed vs unsigned * Threading * Cost of abstractions -* atomics vs locking +* atomics vs locking (mutex) ## Namespace