Skip to content

Commit

Permalink
doc: Escape literals
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 25, 2023
1 parent c92e4b5 commit f95385b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/arg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5324,7 +5324,7 @@ impl Default for ArgProvider {
}
}

/// Write the values such as <name1> <name2>
/// Write the values such as `<name1> <name2>`
pub(crate) fn display_arg_val<F, T, E>(arg: &Arg, mut write: F) -> Result<(), E>
where
F: FnMut(&str, bool) -> Result<T, E>,
Expand Down

0 comments on commit f95385b

Please sign in to comment.