Skip to content

Commit

Permalink
docs(builder): Escape non-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Dec 20, 2022
1 parent ac48e2d commit a72f962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/arg.rs
Expand Up @@ -4179,7 +4179,7 @@ impl Arg {
styled
}

/// Write the values such as <name1> <name2>
/// Write the values such as `<name1> <name2>`
fn render_arg_val(&self, required: bool) -> String {
let mut rendered = String::new();

Expand Down

0 comments on commit a72f962

Please sign in to comment.