Skip to content

Commit 46cde0e

Browse files
committed
Typo corrections from @radix (thanks!)
1 parent 50b69ec commit 46cde0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/vector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ examples of using the package.
2121
## Example
2222

2323
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
2525
the frequency of different bytes that appear on standard output, and then
2626
display this content.
2727

@@ -101,7 +101,7 @@ normal concerns of shared mutable state. And perhaps most importantly for
101101
usage: mutable vectors can be *much* more efficient for certain use cases.
102102

103103
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
105105
(`Data.Vector`/`Data.Vector.Mutable`), storable (`Data.Vector.Storable` and
106106
`Data.Vector.Storable.Mutable`), and unboxed (`Data.Vector.Unboxed` and
107107
`Data.Vector.Unboxed.Mutable`). (There's also technically primitive vectors,

0 commit comments

Comments
 (0)