doc: grammar fix in smalloc
authorDebjeet Biswas <debjeet@leftshift.io>
Sun, 8 Feb 2015 22:45:03 +0000 (04:15 +0530)
committercjihrig <cjihrig@gmail.com>
Fri, 13 Feb 2015 18:37:25 +0000 (13:37 -0500)
PR-URL: https://github.com/joyent/node/pull/9164
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
doc/api/smalloc.markdown

index f72857f..19c18dc 100644 (file)
@@ -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);