Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: grammar fix in smalloc
Browse files Browse the repository at this point in the history
PR-URL: #9164
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
Debjeet Biswas authored and trevnorris committed Feb 11, 2015
1 parent 04b63e0 commit 8d8a2f2
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 8d8a2f2

Please sign in to comment.