malcommac / SwiftDate

🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
MIT License
7.61k stars 767 forks source link

Update Commons.swift: Added a comment to toCeilMins that mins needs to be >= 1 #807

Open malhal opened 1 year ago

malhal commented 1 year ago

Added a comment that might save others some time trying to fix a divide by zero crash if mistakenly doing .toCeilMins(0) like I did.