]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Introduction_to_QuakeC.textile
(Commit created by redmine exporter script from page "Introduction_to_QuakeC" version 9)
[xonotic/xonotic.wiki.git] / Introduction_to_QuakeC.textile
index 792b54493d84f3007b2322613aa25f29691b3f31..88d5afa742cf63c15ace4355b393f91823d3b4b0 100644 (file)
@@ -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)