From 7e941732d1e2e34ead6c5371e367ca3f7c3dfd15 Mon Sep 17 00:00:00 2001 From: jfecher Date: Fri, 10 Jan 2025 13:59:23 -0600 Subject: [PATCH] Update compiler/noirc_frontend/src/elaborator/mod.rs Co-authored-by: Ary Borenszweig --- compiler/noirc_frontend/src/elaborator/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/noirc_frontend/src/elaborator/mod.rs b/compiler/noirc_frontend/src/elaborator/mod.rs index c56b31fb9a7..02b05034ce1 100644 --- a/compiler/noirc_frontend/src/elaborator/mod.rs +++ b/compiler/noirc_frontend/src/elaborator/mod.rs @@ -748,7 +748,7 @@ impl<'context> Elaborator<'context> { } /// Expands any traits in a where clause to mention all associated types if they were - /// ellided by the user. See `add_missing_named_generics` for more detail. + /// elided by the user. See `add_missing_named_generics` for more detail. /// /// Returns all newly created generics to be added to this function/trait/impl. fn desugar_trait_constraints(