Skip to content

Changes seconds to `sec` instead of `s`

Compare
Choose a tag to compare
@JWock82 JWock82 released this 10 Nov 19:01
· 120 commits to main since this release

s was too generic. We often use s as a variable name for other things. To eliminate ambiguity, seconds can now only be referenced using only second or sec.

Days have similarly been changed from d or day to just day.