Skip to content

Commit 42b4d02

Browse files
committed
CI
1 parent 0e044a3 commit 42b4d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/typst-library/src/diag.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ impl DeprecationStatus {
604604
}
605605
}
606606

607-
/// A value, together with a [`DeprecationStatus`].
607+
/// A value, together with a deprecation status.
608608
#[derive(Debug, Default, Clone, Hash)]
609609
pub struct MaybeDeprecated<T> {
610610
value: T,

0 commit comments

Comments
 (0)