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 8d1ba30 commit 1b7b261Copy full SHA for 1b7b261
crates/typst-library/src/layout/transform.rs
@@ -124,7 +124,7 @@ impl Show for Packed<RotateElem> {
124
#[elem(Show)]
125
pub struct ScaleElem {
126
/// 位置引数として両方の軸の拡大縮小率を設定します。
127
- /// これは`x`と`y`を同じ値で設定する単なる省略記法です。
+ /// これは`x`と`y`を同じ値で設定する省略記法です。
128
#[external]
129
#[positional]
130
#[default(Smart::Custom(ScaleAmount::Ratio(Ratio::one())))]
0 commit comments