Skip to content

Commit 17494c9

Browse files
insideoutclubtreeowl
authored andcommitted
Fixing a typo in sequence.rst
1 parent b3e92f4 commit 17494c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sequence.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Pattern Matching
222222
*Since 0.5.10*
223223

224224
Just like you can pattern match (aka. destructure) a list ``[a]``, you can do
225-
the same with sequneces. Let's first look at how we do this with lists::
225+
the same with sequences. Let's first look at how we do this with lists::
226226

227227
case [1, 2, 3] of
228228
[] -> "empty list"

0 commit comments

Comments
 (0)