Skip to content

Commit

Permalink
docs: missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-rev committed Dec 19, 2024
1 parent afb4d6c commit 12eab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-view/src/graphics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 12eab06

Please sign in to comment.