Skip to content

Commit cf2e330

Browse files
committed
typo
1 parent 46cde0e commit cf2e330

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)