diff options
| author | 2025-09-20 14:30:10 -0500 | |
|---|---|---|
| committer | 2025-09-20 14:30:10 -0500 | |
| commit | 06873fbf0b675a6fd8b053d0bfae4536c009e9a5 (patch) | |
| tree | 150a3971a94ee52f0826f7703cc1b8b4ec83213e /src | |
| parent | Refactor flycheck to allow customization. Address #1638 (diff) | |
Update CHANGELOG.md
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/boot.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/boot.janet b/src/boot/boot.janet index e4e74d01..731f2359 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -4044,7 +4044,7 @@ Check a file for errors without running the file. Found errors will be printed to stderr in the usual format. Top level functions and macros that have the metadata `:flycheck` will also be evaluated during flychecking. For full control, The `flycheck` metadata can also be a function - the takes 4 arguments - `thunk`, `source`, `env`, and `where`, the same as the `:evaluator` argumnet to `run-context`. + the takes 4 arguments - `thunk`, `source`, `env`, and `where`, the same as the `:evaluator` argument to `run-context`. Other arguments to `flycheck` are the same as `dofile`. Returns nil. ``` [path &keys kwargs] |
