We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49193a0 commit f7157c5Copy full SHA for f7157c5
prqlc/prqlc/src/codegen/ast.rs
@@ -369,7 +369,7 @@ pub fn write_ident_part(s: &str) -> String {
369
// }}
370
371
/// 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.
+/// comment is included here. Any further above are included with the prior token.
373
fn find_comment_before(span: Span, tokens: &TokenVec) -> Option<TokenKind> {
374
// index of the span in the token vec
375
let index = tokens
0 commit comments