1
0
forked from Mirror/wren

docs; fix random module docs missing a closing tag (thanks @totallyRonja)

This commit is contained in:
ruby0x1
2020-08-29 12:03:46 -07:00
parent 039150efeb
commit f769599bc6

View File

@ -15,6 +15,7 @@ It must be imported from the [random][] module:
<pre class="snippet">
import "random" for Random
</pre>
[random]: ../