summaryrefslogtreecommitdiff
path: root/docs/changelog.md
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2024-09-26 13:32:55 -0400
committerGitHub <noreply@github.com>2024-09-26 17:32:55 +0000
commitca1f749c087bc19f6fbcebcd3ee34307959a95d5 (patch)
treeafa4bc0fca4b27d15b99df6da625090b0ef864f2 /docs/changelog.md
parent3c90878460cecaaa7ac879ba0973f94705b7c062 (diff)
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'docs/changelog.md')
-rw-r--r--docs/changelog.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/changelog.md b/docs/changelog.md
index 42cd4027..88c029c5 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -861,7 +861,7 @@ description: |
- Import autocompletion now only shows the latest package version until a
colon is typed
- Fixed autocompletion for dictionary key containing a space
- - Fixed autocompletion for for loops
+ - Fixed autocompletion for `for` loops
- Command line interface
- Added `typst query` subcommand to execute a
@@ -895,7 +895,7 @@ description: |
- Development
- Extracted parser and syntax tree into `typst-syntax` crate
- - The `World::today` implementation of Typst dependants may need fixing if
+ - The `World::today` implementation of Typst dependents may need fixing if
they have the same [bug](https://github.com/typst/typst/issues/1842) that
the CLI world had
@@ -1009,7 +1009,7 @@ description: |
path must contain `[{n}]` if the document has multiple pages.
- Added `--diagnostic-format=short` for Unix-style short diagnostics
- Doesn't emit color codes anymore if stderr isn't a TTY
- - Now sets the correct exit when invoked with a non-existent file
+ - Now sets the correct exit when invoked with a nonexistent file
- Now ignores UTF-8 BOM in Typst files
- Miscellaneous Improvements