Skip to content

Commit f52f21d

Browse files
committed
fix dialyzer
1 parent b86fcff commit f52f21d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/a2ui/validator.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ defmodule A2UI.Validator do
243243
@doc """
244244
Creates a new empty visited set for cycle detection.
245245
"""
246-
@spec new_visited() :: MapSet.t(String.t())
246+
@spec new_visited() :: MapSet.t()
247247
def new_visited, do: MapSet.new()
248248

249249
# ============================================

0 commit comments

Comments
 (0)