Skip to content

Commit

Permalink
Add basic docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed May 10, 2021
1 parent 82dfcac commit 8c98015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cocktail/rule.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
defmodule Cocktail.Rule do
@moduledoc """
Represent a recurrence rule (RRULE).
"""

alias Cocktail.{Builder, Rule, Validation}

@type t :: %__MODULE__{
Expand Down

0 comments on commit 8c98015

Please sign in to comment.