1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Fix documentation

This fixes #26
This commit is contained in:
Robert Krimen
2013-06-09 18:31:47 -07:00
parent c55510cb36
commit d42dcb705e
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ func (self Otto) Call(source string, this interface{}, argumentList ...interface
//
// Or, creating a new object:
//
// object, _ := Otto.Object(`{ xyzzy: "Nothing happens." }`)
// object, _ := Otto.Object(`({ xyzzy: "Nothing happens." })`)
//
// Or, creating and assigning an object:
//