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

Commit 8d8a2f2

Browse files
Debjeet Biswastrevnorris
authored andcommitted
doc: grammar fix in smalloc
PR-URL: #9164 Reviewed-by: Colin Ihrig <[email protected]>
1 parent 04b63e0 commit 8d8a2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/smalloc.markdown

Lines changed: 1 addition & 1 deletion
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)