Skip to content

Commit fb88fd8

Browse files
gomazarashigomazarashi
authored andcommitted
docs/reference/model/emph/の翻訳を開始
1 parent 8271e53 commit fb88fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst/src/model/emph.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use crate::engine::Engine;
33
use crate::foundations::{elem, Content, Packed, Show, StyleChain};
44
use crate::text::{ItalicToggle, TextElem};
55

6-
/// Emphasizes content by toggling italics.
6+
/// 斜体への切り替えによるコンテンツの強調。
77
///
88
/// - If the current [text style]($text.style) is `{"normal"}`, this turns it
99
/// into `{"italic"}`.

0 commit comments

Comments
 (0)