Skip to content

Commit 5ddcd22

Browse files
doc: fix toJs() example with hashMap
1 parent 2841a1b commit 5ddcd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1936,7 +1936,7 @@ <h3 id="toJs">
19361936
<div class="example">
19371937
<pre class="brush: javascript">
19381938
var data = mori.hashMap("foo", "bar");
1939-
mori.toJs(data); // => {"foo", "bar"} of type js/Object
1939+
mori.toJs(data); // => { foo: 'bar'} of type js/Object
19401940
</pre>
19411941
</div>
19421942
</main>

0 commit comments

Comments
 (0)