Skip to content

Commit 996dbec

Browse files
committed
✏️ Add missing >
1 parent 2e8c427 commit 996dbec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/xterm-color/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl Color {
5252
/// * `rgb:<red>/<green>/<blue>`
5353
/// * `rgba:<red>/<green>/<blue>/<alpha>` (rxvt-unicode extension)
5454
///
55-
/// where `<red>`, `<green>` and `<blue` are hexadecimal numbers with 1-4 digits.
55+
/// where `<red>`, `<green>` and `<blue>` are hexadecimal numbers with 1-4 digits.
5656
pub fn parse(input: &[u8]) -> Result<Color, ColorParseError> {
5757
xparsecolor(input).ok_or(ColorParseError(PhantomData))
5858
}

0 commit comments

Comments
 (0)