yannickl / DynamicColor

Yet another extension to manipulate colors easily in Swift and SwiftUI
http://cocoadocs.org/docsets/DynamicColor
MIT License
3k stars 141 forks source link

Fix typo ("mininimum" -> "minimum") #54

Closed regexident closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   93.04%   93.04%           
=======================================
  Files          14       14           
  Lines         374      374           
=======================================
  Hits          348      348           
  Misses         26       26
Flag Coverage Δ
#ios 93.04% <ø> (ø) :arrow_up:
#osx 6.14% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
Sources/HSL.swift 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e85f94...1d3c3d4. Read the comment docs.

yannickl commented 4 years ago

Oh thanks for the fix!