Skip to content

Commit d2065c1

Browse files
committed
docs: translate enumeration reverse numbering
1 parent 17db554 commit d2065c1

File tree

1 file changed

+1
-1
lines changed
  • crates/typst-library/src/model

1 file changed

+1
-1
lines changed

crates/typst-library/src/model/enum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ pub struct EnumElem {
145145
#[default(false)]
146146
pub full: bool,
147147

148-
/// Whether to reverse the numbering for this enumeration.
148+
/// このリストのナンバリングを逆順にするかどうかを指定します。
149149
///
150150
/// ```example
151151
/// #set enum(reversed: true)

0 commit comments

Comments
 (0)