File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,10 @@ You can also use a stream for large amounts of data:
21
21
22
22
!!! warning
23
23
`HTML` is currently exported to maintain
24
- backwards-compatibility, but is considered
25
- to be deprecated and should not be used.
24
+ backwards compatibility, but this export
25
+ is deprecated. It is recommended to use
26
+ this type as `Docs.HTML` or to explicitly
27
+ import it from `Docs`.
26
28
"""
27
29
mutable struct HTML{T}
28
30
content:: T
@@ -77,8 +79,10 @@ You can also use a stream for large amounts of data:
77
79
78
80
!!! warning
79
81
`Text` is currently exported to maintain
80
- backwards-compatibility, but is considered
81
- to be deprecated and should not be used.
82
+ backwards compatibility, but this export
83
+ is deprecated. It is recommended to use
84
+ this type as `Docs.Text` or to explicitly
85
+ import it from `Docs`.
82
86
"""
83
87
mutable struct Text{T}
84
88
content:: T
You can’t perform that action at this time.
0 commit comments