Add moduledoc to Extras

9 out of 10 doctors agree that every module needs a doc. Ask your doctor if
moduledocs are right for you!
This commit is contained in:
William Carroll 2020-12-11 22:48:12 +00:00
parent 9e2fbfde8e
commit c0a88ba7d5

View file

@ -1,4 +1,8 @@
defmodule Extras do
@moduledoc """
Hosts utility functions intended to supplement the standard library.
"""
@doc """
Return an ascending range starting at `a` and ending at `b` (exclusive).