travisjeffery / timecop

A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
MIT License
3.36k stars 223 forks source link

Capitalization for consistency #386

Closed rangi376w closed 1 year ago

rangi376w commented 2 years ago

Capitalized the start of two words for consistency throughout the readme.

olleolleolle commented 1 year ago

I think the capitalization comes from Ruby types being named in there. In order to clarify that, perhaps something like "a Time instance" could be a wording?