Doc: Typo fix: nrace -> race (#127288)

This commit is contained in:
Richard Hansen 2024-11-26 08:05:07 -05:00 committed by GitHub
parent 0c1feebf95
commit ab237ff81d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ This results in several benefits that help balance the extra effort,
including true multi-core parallelism, For example, code written
this way can make it easier to reason about concurrency. Another
major benefit is that you don't have to deal with several of the
big pain points of using threads, like nrace conditions.
big pain points of using threads, like race conditions.
Each worker's interpreter is isolated from all the other interpreters.
"Isolated" means each interpreter has its own runtime state and