From f7157c506e479b748af508eedbf322aae60480eb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 22:44:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- prqlc/prqlc/src/codegen/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prqlc/prqlc/src/codegen/ast.rs b/prqlc/prqlc/src/codegen/ast.rs index da70647828e9..c3b9502a6e50 100644 --- a/prqlc/prqlc/src/codegen/ast.rs +++ b/prqlc/prqlc/src/codegen/ast.rs @@ -369,7 +369,7 @@ pub fn write_ident_part(s: &str) -> String { // }} /// Find a comment before a span. If there's exactly one newline prior, then the -/// comment is included here. Any furthur above are included with the prior token. +/// comment is included here. Any further above are included with the prior token. fn find_comment_before(span: Span, tokens: &TokenVec) -> Option<TokenKind> { // index of the span in the token vec let index = tokens