Update comment as TODO

This commit is contained in:
Claudio Ortolina
2024-11-18 16:50:51 +00:00
parent 87cd668a33
commit 2d89c90dfb
+1 -1
View File
@@ -19,7 +19,7 @@ defmodule LastFm.Refresh do
@spec refresh() :: :refresh
def refresh do
# Very barebones and naive - can be improved by building a state machine.
# TODO: Very barebones and naive - can be improved by building a state machine.
send(__MODULE__, :refresh)
end