Skip to content

Commit 9814a6b

Browse files
authored
Merge pull request #24 from gotjoshua/patch-1
ternary assignment - readme fix
2 parents 9b611ef + 385381a commit 9814a6b

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)