summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDebjeet Biswas <debjeet@leftshift.io>2015-02-09 04:15:03 +0530
committercjihrig <cjihrig@gmail.com>2015-02-13 13:37:25 -0500
commit4ca7cca84a2449c29eb9eb25e71a4a730baef065 (patch)
treeb715e8c1e89c8eea36be52e1f1fcd8500d6ce13f /doc
parent3b1b4de9033e2dd167061692c31b9231368ccb81 (diff)
downloadnode-new-4ca7cca84a2449c29eb9eb25e71a4a730baef065.tar.gz
doc: grammar fix in smalloc
PR-URL: https://github.com/joyent/node/pull/9164 Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/smalloc.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/smalloc.markdown b/doc/api/smalloc.markdown
index f72857ff87..19c18dc89e 100644
--- a/doc/api/smalloc.markdown
+++ b/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
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);