Skip to content

Commit f7157c5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 49193a0 commit f7157c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prqlc/prqlc/src/codegen/ast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ pub fn write_ident_part(s: &str) -> String {
369369
// }}
370370

371371
/// Find a comment before a span. If there's exactly one newline prior, then the
372-
/// comment is included here. Any furthur above are included with the prior token.
372+
/// comment is included here. Any further above are included with the prior token.
373373
fn find_comment_before(span: Span, tokens: &TokenVec) -> Option<TokenKind> {
374374
// index of the span in the token vec
375375
let index = tokens

0 commit comments

Comments
 (0)