We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88aeb47 + 951e63e commit a8d33d4Copy full SHA for a8d33d4
Language/Structure/Comparison Operators/equalTo.adoc
@@ -48,7 +48,7 @@ x == y; // Ist true, wenn x gleich y ist und false, wenn x nicht gleich y ist
48
49
[source,arduino]
50
----
51
-if (x==y) { // Prüft, ob x gleich y ist
+if (x == y) { // Prüft, ob x gleich y ist
52
// Tue etwas nur dann, wenn das Vergleichsergebnis wahr ist
53
}
54
0 commit comments