From 5608baab8805470093592c5f12f10b5941f28e6a Mon Sep 17 00:00:00 2001 From: Chrjsen Date: Fri, 23 Sep 2022 21:28:05 +0200 Subject: [PATCH] added "see also" for the @ binding sigil --- src/flow_control/match/destructuring/destructure_slice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flow_control/match/destructuring/destructure_slice.md b/src/flow_control/match/destructuring/destructure_slice.md index 54552972a0..93b7e42055 100644 --- a/src/flow_control/match/destructuring/destructure_slice.md +++ b/src/flow_control/match/destructuring/destructure_slice.md @@ -45,4 +45,4 @@ fn main() { ### See also: -[Arrays and Slices](../../../primitives/array.md) +[Arrays and Slices](../../../primitives/array.md) and [Binding](../binding.md) for `@` sigil