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
Hi,
I have just noticed that there is error in typespec in ExLoader.load_release/1. In exdoc there is example usage of that function, which return :ok but typespec defines function result value to be {:ok, atom}.
Hi,
I have just noticed that there is error in typespec in ExLoader.load_release/1. In exdoc there is example usage of that function, which return
:okbut typespec defines function result value to be{:ok, atom}.