Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian8j2 committed Jan 11, 2025
1 parent 9e7c24b commit 0af5bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/src/commands/format.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ fn format_file_resolved_patterns(
}
}

/// bubble clause that finds a grit pattern with name "<pattern_name>" in yaml and
/// replaces it's body to new_body, `format_yaml_file` uses this pattern to replace
/// bubble clause that finds a grit pattern with name "\<pattern_name\>" in yaml and
/// replaces it's body to "\<new_body\>", `format_yaml_file` uses this pattern to replace
/// pattern bodies with formatted ones
const YAML_REPLACE_BODY_PATERN: &'static str = r#"
bubble file($body) where {
Expand Down

0 comments on commit 0af5bf0

Please sign in to comment.