Skip to content

Commit

Permalink
Merge pull request #23 from typst-community/main
Browse files Browse the repository at this point in the history
Bring `next` branch up to date again
  • Loading branch information
jamesrswift authored Jun 2, 2024
2 parents e1c967d + 1bc0aa7 commit 85bbfd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ update *args:
typst-test update {{ args }}

# run ci suite
ci: test doc
ci: test

# Typstyle
style:
Expand Down
4 changes: 2 additions & 2 deletions src/base-type.typ
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
it,
scope: scope,
ctx: ctx,
message: "Expected " + types.join(
message: "Expected " + self.types.map(repr).join(
", ",
last: " or ",
) + ". Got " + type(it),
Expand Down Expand Up @@ -113,4 +113,4 @@
assert(ctx.soft-error, message: display)
},
)
}
}

0 comments on commit 85bbfd2

Please sign in to comment.