Skip to content

Commit

Permalink
doc: grammar fix in smalloc
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node-v0.x-archive#9164
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Debjeet Biswas authored and cjihrig committed Feb 13, 2015
1 parent 3b1b4de commit 4ca7cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/smalloc.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
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:

var doubleArr = smalloc.alloc(3, smalloc.Types.Double);
Expand Down

0 comments on commit 4ca7cca

Please sign in to comment.