Skip to content

Commit b1c1a20

Browse files
committed
Merge pull request #14 from yogsototh/patch-1
typo
2 parents 46cde0e + cf2e330 commit b1c1a20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/vector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ mutable vectors, but as usual you need to be a bit more careful.
220220
## Replacing lists
221221

222222
Enough talk! Let's start using vector. Assuming you're familiar with the list
223-
API, this should looke rather boring.
223+
API, this should look rather boring.
224224

225225
```haskell
226226
import qualified Data.Vector as V

0 commit comments

Comments
 (0)