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 | |
| parent | d651c6e0e6f7df62ebfdd85f23864097607feb46 (diff) | |
Fix typos (#3126)
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/compiler/shorthand.typ | 2 | ||||
| -rw-r--r-- | tests/typ/visualize/gradient-math.typ | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/typ/compiler/shorthand.typ b/tests/typ/compiler/shorthand.typ index 2b7cb514..54ae7473 100644 --- a/tests/typ/compiler/shorthand.typ +++ b/tests/typ/compiler/shorthand.typ @@ -1,7 +1,7 @@ // Test shorthands for unicode codepoints. --- -The non-breaking space~does work, soft-?hypen also does. +The non-breaking space~does work, soft-?hyphen also does. --- // Make sure non-breaking and normal space always 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 |
