shithub: libmujs

Download patch

ref: 02bdafb46c616df070bf16eba5faf337e071ccb0
parent: 832e0690493eaa6b9875e477c79ea3200c2c4310
author: Sebastian Rasmussen <sebras@gmail.com>
date: Tue May 26 17:15:23 EDT 2020

Fix a number of typos.

--- a/docs/reference.html
+++ b/docs/reference.html
@@ -62,7 +62,7 @@
 
 <p>
 Strings in the C interface are zero-terminated byte arrays in WTF-8 encoding.
-This allows both arbitary 16-bit values (as required by Javascript) and also
+This allows both arbitrary 16-bit values (as required by Javascript) and also
 extended code points for the full 21-bit Unicode range.
 These extended characters will mostly work as expected in Javascript.
 
@@ -115,7 +115,7 @@
 
 <p>
 Userdata objects have an associated C finalizer function that is called when
-the correspending object is freed.
+the corresponding object is freed.
 
 <h3>The Stack</h3>
 
@@ -482,7 +482,7 @@
 </pre>
 
 <p>
-Creat and push objects on the stack.
+Create and push objects on the stack.
 
 <pre>
 int js_isobject(js_State *J, int idx);