From 1378b911b63f4fdab7beba77de6d54f1dd070553 Mon Sep 17 00:00:00 2001 From: A-Walrus Date: Wed, 6 Jul 2022 05:49:54 +0300 Subject: Fix some typos (#2978) --- helix-core/src/indent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-core') diff --git a/helix-core/src/indent.rs b/helix-core/src/indent.rs index 529139b8..137b8822 100644 --- a/helix-core/src/indent.rs +++ b/helix-core/src/indent.rs @@ -453,7 +453,7 @@ fn query_indents( /// /// ```ignore /// some_function( -/// parm1, +/// param1, /// || { /// // Here we get 2 indent levels because the 'parameters' and the 'block' node begin on different lines /// }, -- cgit v1.2.3-70-g09d2