Skip to content

Commit 3282753

Browse files
ultimatileCopilot
andauthored
Update crates/typst-library/src/layout/length.rs
Co-authored-by: Copilot <[email protected]>
1 parent 0258b9a commit 3282753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl Length {
106106

107107
/// この長さをミリメートルに変換します。
108108
///
109-
/// この長さが`em`以外の単位で非ゼロの値を持っているとエラーが発生して失敗します
109+
/// この長さが`em`単位で非ゼロの値を持っているとエラーが発生して失敗します
110110
/// 詳細は[`pt`]($length.pt)メソッドを参照して下さい。
111111
#[func(name = "mm", title = "Millimeters")]
112112
pub fn to_mm(&self, span: Span) -> SourceResult<f64> {

0 commit comments

Comments
 (0)