We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6e4c4 commit ac0317eCopy full SHA for ac0317e
crates/typst-library/src/visualize/image/mod.rs
@@ -72,7 +72,7 @@ pub struct ImageElem {
72
/// 画像のフォーマット。
73
///
74
/// デフォルトでは、フォーマットは自動的に検出されます。
75
- /// そのため、通常は生のバイト列を[`source`]($image.source) として提供する場合にのみこの指定が必要です
+ /// そのため、通常は生のバイト列を[`source`]($image.source)として提供する場合にのみこの指定が必要です
76
/// (それでもTypstは自動でフォーマットを判別しようとしますが、
77
/// 必ずしも成功するとは限りません)。
78
0 commit comments