Skip to content

Commit

Permalink
Merge pull request #99 from nickelc/typos
Browse files Browse the repository at this point in the history
docs(anstyle-ls): Fix minor typo
  • Loading branch information
epage authored Apr 25, 2023
2 parents 76f3962 + 98e8434 commit c745730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/anstyle-ls/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Ext for anstyle::Style {
}
}

/// Parse a string in Git's color configuration syntax into an
/// Parse a string in `LS_COLORS`'s color configuration syntax into an
/// `ansi_term::Style`.
pub fn parse(code: &str) -> Option<anstyle::Style> {
if code.is_empty() || code == "0" || code == "00" {
Expand Down

0 comments on commit c745730

Please sign in to comment.