Skip to content

Commit 78b4c3c

Browse files
authored
[ty] Minor typo in environment variable name (astral-sh#17848)
1 parent 2485afe commit 78b4c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ty/docs/tracing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `TY_MAX_PARALLELISM` environment variable, meanwhile, can be used to control
3131
By default, ty will attempt to parallelize its work so that multiple files are checked simultaneously,
3232
but this can result in a confused logging output where messages from different threads are intertwined and non
3333
determinism.
34-
To switch off parallelism entirely and have more readable logs, use `TY_MAX_PARALLELSIM=1` (or `RAYON_NUM_THREADS=1`).
34+
To switch off parallelism entirely and have more readable logs, use `TY_MAX_PARALLELISM=1` (or `RAYON_NUM_THREADS=1`).
3535

3636
### Examples
3737

0 commit comments

Comments
 (0)