Skip to content

Commit 385381a

Browse files
authored
ternary assignment - readme fix
1 parent 9b611ef commit 385381a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ if (${1:condition}) {
121121
${1:cond} ? ${2:true} : ${3: false}
122122
```
123123

124-
#### `ta⇥` ternary statement
124+
#### `ta⇥` ternary assignment
125125

126126
```js
127127
const ${0} = ${1:cond} ? ${2:true} : ${3: false}

0 commit comments

Comments
 (0)