We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1b4de commit 4ca7ccaCopy full SHA for 4ca7cca
doc/api/smalloc.markdown
@@ -38,7 +38,7 @@ this it is possible to allocate external array data to more than a plain Object.
38
v8 does not support allocating external array data to an Array, and if passed
39
will throw.
40
41
-It's possible is to specify the type of external array data you would like. All
+It's possible to specify the type of external array data you would like. All
42
possible options are listed in `smalloc.Types`. Example usage:
43
44
var doubleArr = smalloc.alloc(3, smalloc.Types.Double);
0 commit comments