Improve clarity fo comment

This commit is contained in:
Claudio Ortolina
2025-05-26 23:21:25 +01:00
parent 423d1e7764
commit a2cec1fdb9
+3 -2
View File
@@ -3,8 +3,9 @@ defmodule LastFm.Feed do
Holds a in-memory cache of scrobbled tracks.
Tracks are keyed and ASC ordered by their scrobbling unix timestamp. While this
is technically prone to collision, it's very unlikely for that to happen due to the
nature of the data.
is technically prone to collision, it's very unlikely for that to happen since
scrobbles are sequential events that occur over time - a user can likely only listen
to one track at a time, and the timestamp has second-level precision.
"""
@spec create_table!() :: :ok | no_return