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