Skip to content

Commit 2e0bcaf

Browse files
"you could use this function to wrap..."の訳を変更
Co-authored-by: ultimatile <[email protected]>
1 parent e338d59 commit 2e0bcaf

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
@@ -22,7 +22,7 @@ pub fn module() -> Module {
2222
/// TypstのHTMLエクスポートは、ほとんどの要素に対して適切なタグを自動的に生成します。
2323
/// ただし、より細かく制御したい場合もあります。
2424
/// 例えば、Typstを使ってブログを生成する場合、
25-
/// それぞれの記事を`<article>`タグで囲むためにこの関数を使用できます
25+
/// この関数を用いると、それぞれの記事を`<article>`タグで囲めます
2626
///
2727
/// Typstは有効なHTMLが何であるかを認識しています。
2828
/// タグとその属性は、構文的に有効なHTMLを構成していなければなりません。

0 commit comments

Comments
 (0)