We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66ad95c + 53f2971 commit 96f1c15Copy full SHA for 96f1c15
1 file changed
lib/mudbrick/text_block.ex
@@ -27,11 +27,11 @@ defmodule Mudbrick.TextBlock do
27
@type part_options :: [part_option()]
28
29
@type write_tuple :: {String.t(), part_options()}
30
+ @type write_part :: String.t() | write_tuple()
31
32
@type write ::
- String.t()
33
- | write_tuple()
34
- | list(write_tuple())
+ write_part()
+ | list(write_part())
35
36
@type t :: %__MODULE__{
37
align: alignment(),
0 commit comments