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 0258b9a commit 3282753Copy full SHA for 3282753
crates/typst-library/src/layout/length.rs
@@ -106,7 +106,7 @@ impl Length {
106
107
/// この長さをミリメートルに変換します。
108
///
109
- /// この長さが`em`以外の単位で非ゼロの値を持っているとエラーが発生して失敗します。
+ /// この長さが`em`単位で非ゼロの値を持っているとエラーが発生して失敗します。
110
/// 詳細は[`pt`]($length.pt)メソッドを参照して下さい。
111
#[func(name = "mm", title = "Millimeters")]
112
pub fn to_mm(&self, span: Span) -> SourceResult<f64> {
0 commit comments