docs: missing semicolon
This commit is contained in:
parent
1cc2235828
commit
530748db96
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue