File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ examples of using the package.
21
21
## Example
22
22
23
23
Since we're about to jump into a few section of descriptive text, let's kick
24
- this off with a concrete example of whet your appetite. We're going to count
24
+ this off with a concrete example to whet your appetite. We're going to count
25
25
the frequency of different bytes that appear on standard output, and then
26
26
display this content.
27
27
@@ -101,7 +101,7 @@ normal concerns of shared mutable state. And perhaps most importantly for
101
101
usage: mutable vectors can be * much* more efficient for certain use cases.
102
102
103
103
However, that's not the only dimension of choice you get in the vector package.
104
- vector itself defines three flavors: unboxed
104
+ vector itself defines three flavors: boxed
105
105
(` Data.Vector ` /` Data.Vector.Mutable ` ), storable (` Data.Vector.Storable ` and
106
106
` Data.Vector.Storable.Mutable ` ), and unboxed (` Data.Vector.Unboxed ` and
107
107
` Data.Vector.Unboxed.Mutable ` ). (There's also technically primitive vectors,
You can’t perform that action at this time.
0 commit comments