You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/expressions.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4750,7 +4750,7 @@ of the selected :t:`match arm`.
4750
4750
A :dt:`match arm guard let pattern` is evaluated when its :t:`match arm guard expression` matches the specified :t:`pattern`.
4751
4751
4752
4752
:dp:`fls_uCDQMkWx5OMS`
4753
-
Each :t:`let binding` in a :t:`match arm guard let pattern` is in scope for the rest of the :t:`match arm guard` as well as the :t:`match arm body`.
4753
+
Each :t:`let binding` introduced in a :t:`match arm guard let pattern` is :t:`in scope` for the rest of the :t:`match arm guard` as well as the :t:`match arm body`.
0 commit comments