Fix minor code type

This commit is contained in:
Shim Tw 2014-01-22 07:46:45 +09:00
parent 0b462a0612
commit 8bb7e23ee0
1 changed files with 3 additions and 2 deletions

View File

@ -994,8 +994,9 @@ json[:baz] = key
The `:callback` and `:variable` options can be used to decorate the rendered
object:
``` ruby
var resource = {"foo":"bar","baz":"qux"}; present(resource);
``` javascript
var resource = {"foo":"bar","baz":"qux"};
present(resource);
```
#### WLang Templates