We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88aeb47 commit 951e63eCopy full SHA for 951e63e
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