Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Dec 5, 2024
1 parent 6f0a06e commit 595de65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/shared_type/event.ex
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ defmodule Yex.TextEvent do

@type t :: %__MODULE__{
path: list(number() | String.t()),
target: Yex.Map.t(),
target: Yex.Text.t(),
delta: Yex.Text.delta()
}
end
Expand Down Expand Up @@ -105,7 +105,7 @@ defmodule Yex.XmlTextEvent do

@type t :: %__MODULE__{
path: list(number() | String.t()),
target: Yex.Map.t(),
target: Yex.XmlText.t(),
delta: Yex.Text.delta()
}
end

0 comments on commit 595de65

Please sign in to comment.