Skip to content

Commit 7275789

Browse files
committed
add asterisk to Overview/if-else section
1 parent 351abc9 commit 7275789

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/docs/manual/latest/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ canonical: "/docs/manual/latest/overview"
131131

132132
| JavaScript | Us |
133133
| --------------------- | ------------------------------------------------------------------- |
134-
| `if (a) {b} else {c}` | `if a {b} else {c}` |
134+
| `if (a) {b} else {c}` | `if a {b} else {c}` \* |
135135
| `a ? b : c` | Same |
136136
| `switch` | `switch` but [super-powered pattern matching!](pattern-matching-destructuring.md) |
137137

pages/docs/manual/v8.0.0/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ canonical: "/docs/manual/latest/overview"
133133

134134
| JavaScript | Us |
135135
| --------------------- | ------------------------------------------------------------------- |
136-
| `if (a) {b} else {c}` | `if (a) {b} else {c}` |
136+
| `if (a) {b} else {c}` | `if (a) {b} else {c}` \* |
137137
| `a ? b : c` | Same |
138138
| `switch` | `switch` but [super-powered pattern matching!](pattern-matching-destructuring.md) |
139139

0 commit comments

Comments
 (0)