mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
fix another typo
This commit is contained in:
parent
3a83b0c415
commit
34a88c228f
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pub fn build_module<'a>(
|
|||
let mut backend = WasmBackend::new();
|
||||
let mut layout_ids = LayoutIds::default();
|
||||
|
||||
// Sort procedures by occurence order
|
||||
// Sort procedures by occurrence order
|
||||
//
|
||||
// We sort by the "name", but those are interned strings, and the name that is
|
||||
// interned first will have a lower number.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue