Skip to content

Commit

Permalink
Use descriptions for enumerations
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrswift committed Jun 30, 2024
1 parent 67b6bd6 commit 6ac3921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/enumerations.typ
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "../types.typ" as z;

#let papersize = z.choice.with(
name: "paper size",
description: "paper size",
(
"a0",
"a1",
Expand Down

0 comments on commit 6ac3921

Please sign in to comment.