Skip to content

Commit

Permalink
fix: correct a typo in the link to the doc of array
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvx committed Jul 20, 2023
1 parent 7832fd3 commit 57e3564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion undergradmath.typ
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Get a matrix with the `mat` function. You can pass an array to it.
],
))

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

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

0 comments on commit 57e3564

Please sign in to comment.