summaryrefslogtreecommitdiff
path: root/library/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/shared')
-rw-r--r--library/src/shared/ext.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/shared/ext.rs b/library/src/shared/ext.rs
index ba3579e7..bda4b671 100644
--- a/library/src/shared/ext.rs
+++ b/library/src/shared/ext.rs
@@ -45,7 +45,7 @@ impl ContentExt for Content {
}
fn underlined(self) -> Self {
- crate::text::DecoNode::<{ crate::text::UNDERLINE }>(self).pack()
+ crate::text::UnderlineNode(self).pack()
}
fn linked(self, dest: Destination) -> Self {