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 2e8c427 commit 996dbecCopy full SHA for 996dbec
crates/xterm-color/src/lib.rs
@@ -52,7 +52,7 @@ impl Color {
52
/// * `rgb:<red>/<green>/<blue>`
53
/// * `rgba:<red>/<green>/<blue>/<alpha>` (rxvt-unicode extension)
54
///
55
- /// where `<red>`, `<green>` and `<blue` are hexadecimal numbers with 1-4 digits.
+ /// where `<red>`, `<green>` and `<blue>` are hexadecimal numbers with 1-4 digits.
56
pub fn parse(input: &[u8]) -> Result<Color, ColorParseError> {
57
xparsecolor(input).ok_or(ColorParseError(PhantomData))
58
}
0 commit comments