Skip to content

Commit 4ca7cca

Browse files
Debjeet Biswascjihrig
Debjeet Biswas
authored andcommitted
doc: grammar fix in smalloc
PR-URL: nodejs/node-v0.x-archive#9164 Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
1 parent 3b1b4de commit 4ca7cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/smalloc.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ this it is possible to allocate external array data to more than a plain Object.
3838
v8 does not support allocating external array data to an Array, and if passed
3939
will throw.
4040

41-
It's possible is to specify the type of external array data you would like. All
41+
It's possible to specify the type of external array data you would like. All
4242
possible options are listed in `smalloc.Types`. Example usage:
4343

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

0 commit comments

Comments
 (0)