From a5daf92cf2eb85e8e8ed21bca99cc6c423bfb537 Mon Sep 17 00:00:00 2001
From: Vladimir Kidyaev
Date: Mon, 11 Mar 2024 21:59:37 +0700
Subject: Update pattern aliases en.html to match the code example
---
src/content/chapter2_flow_control/lesson10_pattern_aliases/en.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src/content/chapter2_flow_control/lesson10_pattern_aliases')
diff --git a/src/content/chapter2_flow_control/lesson10_pattern_aliases/en.html b/src/content/chapter2_flow_control/lesson10_pattern_aliases/en.html
index b737eb8..37a1276 100644
--- a/src/content/chapter2_flow_control/lesson10_pattern_aliases/en.html
+++ b/src/content/chapter2_flow_control/lesson10_pattern_aliases/en.html
@@ -2,6 +2,6 @@
The as
operator can be used to assign sub patterns to variables.
- The pattern [_, ..] as it
will match any non-empty list and
- assign that list to the variable it
.
+ The pattern [_, ..] as first
will match any non-empty list and
+ assign that list to the variable first
.
--
cgit v1.2.3