diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md index 4f5277c28ad..9979bef4185 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/zig-zag-matrix.md @@ -8,7 +8,7 @@ dashedName: zig-zag-matrix # --description-- -A 'zig-zag' array is a square arrangement of the first $N^2$ integers, where the numbers increase sequentially as you zig-zag along the array's [anti-diagonals](https://en.wiktionary.org/wiki/antidiagonal). +A 'zig-zag' array is a square arrangement of the first $N^2$ integers, where the numbers increase sequentially as you zig-zag along the array's anti-diagonals. For example, for the input `5`, the following result should be produced: