Skip to content

Commit 5f6181e

Browse files
committed
Merge branch 'eltos-typst-14'
2 parents 501daba + 3fbf313 commit 5f6181e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jacow.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
align(
531531
// center for single-line, left for multi-line captions
532532
if measure(it).width < size.width { center } else { left },
533-
if sys.version.at(1) >= 13 {
533+
if sys.version >= version(0, 13) {
534534
// workaround for https://github.com/typst/typst/issues/5472#issuecomment-2730205275
535535
block(
536536
width: size.width,

0 commit comments

Comments
 (0)