1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Fix minor code type

This commit is contained in:
Shim Tw 2014-01-22 07:46:45 +09:00
parent 0b462a0612
commit 8bb7e23ee0

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