From 34a88c228f7ae6f5d5ec7515758f8c876f3ca135 Mon Sep 17 00:00:00 2001 From: Folkert Date: Fri, 10 Sep 2021 15:49:18 +0200 Subject: [PATCH] fix another typo --- compiler/gen_wasm/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/gen_wasm/src/lib.rs b/compiler/gen_wasm/src/lib.rs index df7520948c..e814a7a3b7 100644 --- a/compiler/gen_wasm/src/lib.rs +++ b/compiler/gen_wasm/src/lib.rs @@ -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.