Skip to content

Commit 566a600

Browse files
committed
Merge pull request BonsaiDen#93 from adamnbowen/patch-1
fixed grammar, typo in "notation of keys"
2 parents 076cf14 + e38236f commit 566a600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/object/general.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ removed and is therefore missing from the output.
8383
### Notation of Keys
8484

8585
var test = {
86-
'case': 'I am a keyword so I must be notated as a string',
87-
delete: 'I am a keyword too so me' // raises SyntaxError
86+
'case': 'I am a keyword, so I must be notated as a string',
87+
delete: 'I am a keyword, so me too' // raises SyntaxError
8888
};
8989

9090
Object properties can be both notated as plain characters and as strings. Due to

0 commit comments

Comments
 (0)