docs: missing semicolon

This commit is contained in:
Nikita Revenco 2024-12-19 17:49:02 +00:00
parent 1cc2235828
commit 530748db96

View file

@ -269,7 +269,7 @@ impl Color {
/// # Examples
///
/// ```rust
/// use helix_view::theme::Color
/// use helix_view::theme::Color;
///
/// let color1 = Color::from_hex("#c0ffee").unwrap();
/// let color2 = Color::Rgb(192, 255, 238);