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

grammar fix in smalloc doc #9164

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/smalloc.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down