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:
parent
0b462a0612
commit
8bb7e23ee0
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue