summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst/src/model/emph.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/model/emph.rs b/crates/typst/src/model/emph.rs
index de7b8bef..1224246e 100644
--- a/crates/typst/src/model/emph.rs
+++ b/crates/typst/src/model/emph.rs
@@ -3,7 +3,7 @@ use crate::engine::Engine;
use crate::foundations::{elem, Content, Show, StyleChain};
use crate::text::{ItalicToggle, TextElem};
-/// Emphasizes content by setting it in italics.
+/// Emphasizes content by toggling italics.
///
/// - If the current [text style]($text.style) is `{"normal"}`, this turns it
/// into `{"italic"}`.