Skip to content

Commit 8bf4358

Browse files
committed
trans: Examplesを例に翻訳
Signed-off-by: Shunsuke Kimura <[email protected]>
1 parent ffb166c commit 8bf4358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/typst/src/model/figure.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use crate::visualize::ImageElem;
2727
/// 自動的にその種類を検出し、それぞれに応じて番号付けします。
2828
/// 例えば、画像を含む図表は表を含む図表とは別々に番号が付けられます。
2929
///
30-
/// # Examples
30+
/// #
3131
/// 以下の例は、画像を含む基本的な図表を示しています。
3232
/// ```example
3333
/// @glacier shows a glacier. Glaciers

crates/typst/src/visualize/image/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ use crate::World;
3939
/// ほとんどの要素と同様に、画像はデフォルトでは _ブロックレベル_ であるため、隣接する段落に統合されることはありません。
4040
/// 画像を強制的にインラインにするには、[`box`]の中に入れてください。
4141
///
42-
/// # Example
42+
/// #
4343
/// ```example
4444
/// #figure(
4545
/// image("molecular.jpg", width: 80%),

0 commit comments

Comments
 (0)