Skip to content

Commit 28d60a9

Browse files
committed
fix: update the link to the Typst array
1 parent 1ee5e31 commit 28d60a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

undergradmath.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ Get a matrix with the `mat` function. You can pass an array to it.
568568
),
569569
)
570570

571-
In Typst, #link("https://typst.app/docs/reference/types/array")[array] is a sequence of values,
571+
In Typst, #link("https://typst.app/docs/reference/foundations/array")[array] is a sequence of values,
572572
while in #LaTeX, array is a matrix without fences, which is `$mat(delim: #none, ..)$` in Typst.
573573

574574
For the determinant use `|A|`, text operator $det$ `det` or `mat(delim: "|", ..)`.

0 commit comments

Comments
 (0)