From d0f1b07ec830e144fb369d3fe2856cd7d9b7e51f Mon Sep 17 00:00:00 2001 From: Christopher Jacobsen Date: Fri, 30 Sep 2022 11:01:01 +0200 Subject: [PATCH] added "see also" for the @ binding sigil (#1612) --- 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