Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JD557 committed Nov 26, 2024
1 parent 3762240 commit d6d2175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class ColorSpec extends munit.FunSuite {
assert(colorC - colorA == Color(240, 20, 210))
}

test("Can be multiplied without overflowing/undeflowing") {
test("Can be multiplied without overflowing/underflowing") {
val color = Color(0, 128, 255)

assert(color * color == Color(0, 64, 255))
Expand Down

0 comments on commit d6d2175

Please sign in to comment.