diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-11-27 14:13:51 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-11-27 14:13:51 +0100 |
| commit | 1845e7c4f2692a998a2879601db518847117a7e2 (patch) | |
| tree | e02c900a2249428430ec124374561ef684779c7f /docs/changelog.md | |
| parent | 29b879072e5047dcc8441f5fd7ada31a9cd2fadd (diff) | |
Fixed changelog typos
Fixes #2537
Diffstat (limited to 'docs/changelog.md')
| -rw-r--r-- | docs/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/changelog.md b/docs/changelog.md index 2635742e..e476dd15 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -130,14 +130,14 @@ description: | - Improved autocompletion for variables that are in-scope - Added autocompletion for package imports - Added autocompletion for [labels]($label) - - Added tooltip that show which variables a function captures (when hovering + - Added tooltip that shows which variables a function captures (when hovering over the equals sign or arrow of the function) - Diagnostics are now deduplicated - Improved diagnostics when trying to apply unary `+` or `-` to types that only support binary `+` and `-` - Error messages now state which label or citation key isn't present in the document or its bibliography - - Fixed a bug where function argument parsing errors where shadowed by + - Fixed a bug where function argument parsing errors were shadowed by function execution errors (e.g. when trying to call [`array.sorted`]($array.sorted) and passing the key function as a positional argument instead of a named one). |
