Browse Source

doc: grammar fix in smalloc

PR-URL: https://github.com/joyent/node/pull/9164
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
v0.12.2-release
Debjeet Biswas 10 years ago
committed by Trevor Norris
parent
commit
8d8a2f2190
  1. 2
      doc/api/smalloc.markdown

2
doc/api/smalloc.markdown

@ -38,7 +38,7 @@ this it is possible to allocate external array data to more than a plain Object.
v8 does not support allocating external array data to an Array, and if passed v8 does not support allocating external array data to an Array, and if passed
will throw. will throw.
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
possible options are listed in `smalloc.Types`. Example usage: possible options are listed in `smalloc.Types`. Example usage:
var doubleArr = smalloc.alloc(3, smalloc.Types.Double); var doubleArr = smalloc.alloc(3, smalloc.Types.Double);

Loading…
Cancel
Save