diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-26 13:46:42 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-26 15:37:21 +0200 |
| commit | 3680c854a21db665d64cdb8f31aa0f9a1af16ceb (patch) | |
| tree | 39dfa33059293251f1e2890f9b3d0e3dc178ed03 /tests/typ/math/matrix.typ | |
| parent | 59957746e91c1322a8ca6d228bcaa0f31941ee1b (diff) | |
Touch up docs
Diffstat (limited to 'tests/typ/math/matrix.typ')
| -rw-r--r-- | tests/typ/math/matrix.typ | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/typ/math/matrix.typ b/tests/typ/math/matrix.typ index c1fba627..514827c3 100644 --- a/tests/typ/math/matrix.typ +++ b/tests/typ/math/matrix.typ @@ -23,10 +23,10 @@ $ mat( --- // Test baseline alignment. $ mat( - a, b^2; - sum_(x \ y) x, a^(1/2); - zeta, alpha; - ) $ + a, b^2; + sum_(x \ y) x, a^(1/2); + zeta, alpha; +) $ --- // Test alternative delimiter with set rule. |
