We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e92f4 commit 17494c9Copy full SHA for 17494c9
docs/sequence.rst
@@ -222,7 +222,7 @@ Pattern Matching
222
*Since 0.5.10*
223
224
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::
+the same with sequences. Let's first look at how we do this with lists::
226
227
case [1, 2, 3] of
228
[] -> "empty list"
0 commit comments