Skip to content

Commit ea12f77

Browse files
committed
Remove the confusing comment
1 parent bc4b595 commit ea12f77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/timecode.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Timecode is a convenience object for calculating SMPTE timecode natively.
22
# The promise is that you only have to store two values to know the timecode - the amount
3-
# of frames and the framerate. An additional perk might be to save the dropframeness,
4-
# but we avoid that at this point.
3+
# of frames and the framerate.
54
#
65
# You can calculate in timecode objects as well as with conventional integers and floats.
76
# Timecode is immutable and can be used as a value object. Timecode objects are sortable.

0 commit comments

Comments
 (0)