From 4ca7cca84a2449c29eb9eb25e71a4a730baef065 Mon Sep 17 00:00:00 2001 From: Debjeet Biswas Date: Mon, 9 Feb 2015 04:15:03 +0530 Subject: [PATCH] doc: grammar fix in smalloc PR-URL: https://github.com/joyent/node/pull/9164 Reviewed-by: Colin Ihrig --- doc/api/smalloc.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/smalloc.markdown b/doc/api/smalloc.markdown index f72857f..19c18dc 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); -- 2.7.4