Skip to content

Commit c1d5721

Browse files
committed
consistency
1 parent c0bf713 commit c1d5721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

color/src/missing.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ pub struct Flags {
2525
missing: u8,
2626

2727
/// The named source a [`crate::DynamicColor`] was constructed from. Meanings:
28-
/// - 0 - not constructed from a named source
29-
/// - 255 - constructed from a named color space function
30-
/// - otherwise the 1-based index into [`crate::x11_colors::NAMES`].
28+
/// - 0 - not constructed from a named source;
29+
/// - 255 - constructed from a named color space function;
30+
/// - otherwise - the 1-based index into [`crate::x11_colors::NAMES`].
3131
name: u8,
3232
}
3333

0 commit comments

Comments
 (0)