Skip to content

Commit 5ac5183

Browse files
authored
more definitive title
There are also array literals and string literals.
1 parent 26bf51a commit 5ac5183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/04-object-basics/08-symbol/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ user.id = "Their id value"
121121
// Boom! overwritten by another script!
122122
```
123123

124-
### Symbols in a literal
124+
### Symbols in a object literal
125125

126126
If we want to use a symbol in an object literal `{...}`, we need square brackets around it.
127127

0 commit comments

Comments
 (0)