]> git.sur5r.net Git - cc65/commitdiff
Worked around a bug in GNU info
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 20 Sep 2002 21:56:11 +0000 (21:56 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 20 Sep 2002 21:56:11 +0000 (21:56 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1400 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/coding.sgml

index 9360a18660591bba6d028fe8d28bbf743da0c30d..ad45aad0a2bd46bc11296671dee22812c4455479 100644 (file)
@@ -234,7 +234,7 @@ The latter will work, but will create larger and slower code.
 
 
 
-<sect>When using the <tt/?:/ operator, cast values that are not ints<p>
+<sect>When using the ternary operator, cast values that are not ints<p>
 
 The result type of the <tt/?:/ operator is a long, if one of the second or
 third operands is a long. If the second operand has been evaluated and it was