API docs: Fix copy/paste artifact.

Change-Id: Ia9b3ba12c8fdd6864ffc2e44fda584bf06ef549f
Reviewed-by: hjk <hjk@theqtcompany.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-06-10 14:14:11 +02:00
parent fd10979bd2
commit 046fb9a000
+2 -2
View File
@@ -270,8 +270,8 @@
\section3 Operator Names and Parentheses
Do not use spaces between operator names and function names. The equation
marks (==) are a part of the function name, and therefore, spaces make the
Do not use spaces between operator names and parentheses. The equation
marks (==) are a part of the operator name, and therefore, spaces make the
declaration look like an expression:
\code