Skip to content

Commit fecb4cf

Browse files
fix: Comparison signs in Ascii art
1 parent 7f13bf4 commit fecb4cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

07_Schaltwerke.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,9 @@ style="width: 80%; min-width: 420px; max-width: 720px;"
939939
| | +-------------+ +------------------+----+----+
940940
| | | | | | R1 | R2 |
941941
| +-> | Vergleicher | --> R1 +------------------+----+----+
942-
| | | | Equal E: A==B | 0 | 0 |
943-
| | | | Greater G: A">"B | 1 | 0 |
944-
+----> | | --> R2 | Less L: A"<"B | 0 | 1 |
942+
| | | | Equal E: A = B | 0 | 0 |
943+
| | | | Greater G: A > B | 1 | 0 |
944+
+----> | | --> R2 | Less L: A < B | 0 | 1 |
945945
| | +------------------+----+----+
946946
+-------------+ .
947947
```

0 commit comments

Comments
 (0)