File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ canonical: "/docs/manual/latest/overview"
131
131
132
132
| JavaScript | Us |
133
133
| --------------------- | ------------------------------------------------------------------- |
134
- | ` if (a) {b} else {c} ` | ` if a {b} else {c} ` |
134
+ | ` if (a) {b} else {c} ` | ` if a {b} else {c} ` \* |
135
135
| ` a ? b : c ` | Same |
136
136
| ` switch ` | ` switch ` but [ super-powered pattern matching!] ( pattern-matching-destructuring.md ) |
137
137
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ canonical: "/docs/manual/latest/overview"
133
133
134
134
| JavaScript | Us |
135
135
| --------------------- | ------------------------------------------------------------------- |
136
- | ` if (a) {b} else {c} ` | ` if (a) {b} else {c} ` |
136
+ | ` if (a) {b} else {c} ` | ` if (a) {b} else {c} ` \* |
137
137
| ` a ? b : c ` | Same |
138
138
| ` switch ` | ` switch ` but [ super-powered pattern matching!] ( pattern-matching-destructuring.md ) |
139
139
You can’t perform that action at this time.
0 commit comments