From e5ddc8bdd8449955305543dd2f9eedebedb3d102 Mon Sep 17 00:00:00 2001 From: divVerent Date: Wed, 4 Jul 2012 14:25:00 +0000 Subject: [PATCH] (Commit created by redmine exporter script from page "Introduction_to_QuakeC" version 9) --- Introduction_to_QuakeC.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction_to_QuakeC.textile b/Introduction_to_QuakeC.textile index 792b544..88d5afa 100644 --- a/Introduction_to_QuakeC.textile +++ b/Introduction_to_QuakeC.textile @@ -516,7 +516,7 @@ h1. Pitfalls and compiler bugs h2. complex operators -Do not count on the modifying and reading operators like _+=_ or _++_ to always work. Using them in simple cases like: +Do not count on the modifying and reading operators like _+=_ or _++_ to always work. Using them in simple cases like: a += 42; for(i = 0; i < n; ++i) -- 2.39.2