From 49763705d00bb39449eaf92751d578d69bfc41e1 Mon Sep 17 00:00:00 2001 From: Swapna Iyer <78382735+iSwapna@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:23:23 -0800 Subject: [PATCH] Update compiler/rustc_lint_defs/src/builtin.rs Co-authored-by: Esteban Kuber --- compiler/rustc_lint_defs/src/builtin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_lint_defs/src/builtin.rs b/compiler/rustc_lint_defs/src/builtin.rs index 4f187e86140a..b3515c0267e2 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -749,7 +749,7 @@ declare_lint! { /// ``` /// ### Explanation /// - /// Large arras may cause stack overflow due to the limited size of the + /// Large arrays may cause stack overflow due to the limited size of the /// stack on most platforms. pub DANGEROUS_STACK_ALLOCATION, Warn,