diff options
| author | emilylime <emilyyyylime+git@gmail.com> | 2024-01-05 16:12:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-05 14:12:27 +0000 |
| commit | 4a65c2115ba3f534d56d77689acf433ad7c67a05 (patch) | |
| tree | 5fe9a958bbeb9fc3ca809b38924d16fb0398102c /tests/typ/visualize | |
| parent | d651c6e0e6f7df62ebfdd85f23864097607feb46 (diff) | |
Fix typos (#3126)
Diffstat (limited to 'tests/typ/visualize')
| -rw-r--r-- | tests/typ/visualize/gradient-math.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/visualize/gradient-math.typ b/tests/typ/visualize/gradient-math.typ index 03d7c477..f16e5c58 100644 --- a/tests/typ/visualize/gradient-math.typ +++ b/tests/typ/visualize/gradient-math.typ @@ -54,7 +54,7 @@ $ A = mat( $ x_"1,2" = frac(-b +- sqrt(b^2 - 4 a c), 2 a) $ --- -// Test miscelaneous +// Test miscellaneous #show math.equation: set text(fill: gradient.linear(..color.map.rainbow)) #show math.equation: box |
