Skip to content

Commit

Permalink
chore: add module doc for Configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
nand4011 committed Sep 22, 2023
1 parent 363452a commit 2cff6fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/momento/configurations.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
defmodule Momento.Configurations do
@moduledoc """
Prebuilt versions of `Momento.Config.Configuration` for different environments.
"""

defmodule Laptop do
@spec latest() :: Momento.Config.Configuration.t()
def latest() do
Expand Down

0 comments on commit 2cff6fa

Please sign in to comment.