Skip to content

Commit

Permalink
Fix documentation definition
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldar committed Jan 29, 2025
1 parent e10bb37 commit ab6ee7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/support/assert_matches.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Plausible.AssertMatches do
@doc """
@moduledoc """
Pattern match assertions wrapper macro extending it with checks expressed
directly within the pattern.
Expand Down Expand Up @@ -71,6 +71,7 @@ defmodule Plausible.AssertMatches do
}
"""

@doc @moduledoc
defmacro assert_matches({:=, meta, [pattern, value]}) do
{base_strict_pattern, strict_vars} = build_base_strict_pattern(pattern)

Expand Down

0 comments on commit ab6ee7a

Please sign in to comment.