Skip to content

Commit e338d59

Browse files
"it is desirable to retain more control"の訳を変更
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 1aa1b9f commit e338d59

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/html

1 file changed

+1
-1
lines changed

crates/typst-library/src/html/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn module() -> Module {
2020
/// Typstのコンテンツを含むことができるHTML要素。
2121
///
2222
/// TypstのHTMLエクスポートは、ほとんどの要素に対して適切なタグを自動的に生成します。
23-
/// ただし、場合によっては、より強いコントロールを手元に残しておくことが望ましい場合があります
23+
/// ただし、より細かく制御したい場合もあります
2424
/// 例えば、Typstを使ってブログを生成する場合、
2525
/// それぞれの記事を`<article>`タグで囲むためにこの関数を使用できます。
2626
///

0 commit comments

Comments
 (0)