summaryrefslogtreecommitdiff
path: root/library/src/text/misc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/text/misc.rs')
-rw-r--r--library/src/text/misc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/text/misc.rs b/library/src/text/misc.rs
index 4cbc038e..d05bf3ec 100644
--- a/library/src/text/misc.rs
+++ b/library/src/text/misc.rs
@@ -172,7 +172,7 @@ impl Fold for Delta {
/// # Emphasis
/// Emphasizes content by setting it in italics.
///
-/// - If the current [text](@text) style is `{"normal"}`,
+/// - If the current [text style](@text/style) is `{"normal"}`,
/// this turns it into `{"italic"}`.
/// - If it is already `{"italic"}` or `{"oblique"}`,
/// it turns it back to `{"normal"}`.