You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@peter279k I think it makes sense that this returns a float. You may want to know if a piece of text will take one and half minutes to read, for example.
As title, it seems that
ReadingTime::minute
method result should beinteger
type.The original result will return
float
type and it cannot be used directly after calculating reading time.I think it should cast this result to be
integer
type.@DivineOmega, what do you think about that?
The text was updated successfully, but these errors were encountered: