Skip to content

Commit 7c4b702

Browse files
committed
Fix incorrect references in the documentation
1 parent 2cbb2b8 commit 7c4b702

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/de/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2149,6 +2149,9 @@ const fn is_non_whitespace(ch: char) -> bool {
21492149
pub struct Text<'a> {
21502150
/// Untrimmed text after concatenating content of all
21512151
/// [`Text`] and [`CData`] events
2152+
///
2153+
/// [`Text`]: Event::Text
2154+
/// [`CData`]: Event::CData
21522155
text: Cow<'a, str>,
21532156
/// A range into `text` which contains data after trimming
21542157
content: Range<usize>,

0 commit comments

Comments
 (0)