Skip to content

Commit

Permalink
Remove duplicate import in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Dec 28, 2023
1 parent dd2ba77 commit 71653d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ For example, the methods `Hsl#srgb` and `Srgb#xyz` both exist, but `Hsl#xyz` is

Here are some examples:
```scala
import iridescence.*

val DeepPink: Srgb = Srgb(1, 0.078, 0.576)
val Gold: Hsv = Srgb(1, 0.843, 0).hsv
val Gold2: Cmyk = Gold.srgb.cmyk
Expand Down

0 comments on commit 71653d5

Please sign in to comment.