First pass at uniformed types, specs and docs
- spec public functions (skipping controllers, views, live views and components) - use types instead of explanations in docs - remove redundant docs - fix typos
This commit is contained in:
@@ -162,6 +162,7 @@ defmodule MusicLibraryWeb.Components.Pagination do
|
||||
"""
|
||||
end
|
||||
|
||||
@spec page_to_offset(pos_integer(), pos_integer()) :: non_neg_integer()
|
||||
def page_to_offset(page, per_page) do
|
||||
(page - 1) * per_page
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user