aboutsummaryrefslogtreecommitdiff
path: root/helix-core/src
diff options
context:
space:
mode:
authorA-Walrus2022-07-06 02:49:54 +0000
committerGitHub2022-07-06 02:49:54 +0000
commit1378b911b63f4fdab7beba77de6d54f1dd070553 (patch)
tree4a0a72ede4d26d4f89732d8db348142eab4a69dc /helix-core/src
parentb61221107068160c241858a530f6fa4144566122 (diff)
Fix some typos (#2978)
Diffstat (limited to 'helix-core/src')
-rw-r--r--helix-core/src/indent.rs2
1 files changed, 1 insertions, 1 deletions
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
/// },