Fix typo in javascript corpus
This commit is contained in:
parent
90862dd18f
commit
dda3939adf
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ object
|
|||
dynamic property access
|
||||
==========================================
|
||||
|
||||
object[propertName()] = propertyValue();
|
||||
object[propertyName()] = propertyValue();
|
||||
object[propertyName()];
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue