mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fixed typo
This commit is contained in:
parent
608ee9ebb5
commit
b8f9684a01
1 changed files with 1 additions and 1 deletions
|
@ -1541,7 +1541,7 @@ pub enum Threading {
|
|||
/// determine all the specializations this module *wants*. We compute the hashes
|
||||
/// and report them to the coordinator thread, along with the mono::expr::Expr values of
|
||||
/// the current function's body. At this point, we have not yet begun to assemble Procs;
|
||||
/// all we've done is send a list of requetsted specializations to the coordinator.
|
||||
/// all we've done is send a list of requested specializations to the coordinator.
|
||||
/// 11. The coordinator works through the specialization requests in parallel, adding them
|
||||
/// to a global map once they're finished. Performing one specialization may result
|
||||
/// in requests for others; these are added to the queue and worked through as normal.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue