Skip to content

Commit 1b7b261

Browse files
Update crates/typst-library/src/layout/transform.rs
Co-authored-by: Shunsuke KIMURA <[email protected]>
1 parent 8d1ba30 commit 1b7b261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/layout/transform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl Show for Packed<RotateElem> {
124124
#[elem(Show)]
125125
pub struct ScaleElem {
126126
/// 位置引数として両方の軸の拡大縮小率を設定します。
127-
/// これは`x`と`y`を同じ値で設定する単なる省略記法です
127+
/// これは`x`と`y`を同じ値で設定する省略記法です
128128
#[external]
129129
#[positional]
130130
#[default(Smart::Custom(ScaleAmount::Ratio(Ratio::one())))]

0 commit comments

Comments
 (0)