diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-30 18:29:09 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-30 18:29:09 +0100 |
| commit | 3a4c5ae4b96ff5c2cd17a2f41a67398f21da0373 (patch) | |
| tree | 8ac95426ccfe6bb0843a146878864919a8f55c04 /library/src/math/matrix.rs | |
| parent | 1d86f418315a2dd632016c32bfedfcf2af1b0369 (diff) | |
Highlighting and docs fixes
Diffstat (limited to 'library/src/math/matrix.rs')
| -rw-r--r-- | library/src/math/matrix.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/math/matrix.rs b/library/src/math/matrix.rs index ca2fb9fd..527cf315 100644 --- a/library/src/math/matrix.rs +++ b/library/src/math/matrix.rs @@ -55,9 +55,9 @@ impl LayoutMath for VecNode { /// /// The elements of a row should be separated by commas, while the rows /// themselves should be separated by semicolons. The semicolon syntax merges -/// preceding arguments separated by commas into a array arguments. You -/// can also use this special syntax of math function calls to define custom -/// functions that take 2D data. +/// preceding arguments separated by commas into an array. You can also use this +/// special syntax of math function calls to define custom functions that take +/// 2D data. /// /// Content in cells that are in the same row can be aligned with the `&` symbol. /// |
