Skip to content

Commit

Permalink
manual: Fix manual
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed May 25, 2024
1 parent c5df66a commit 4537f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual.typ
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Marks are arrow tips that can be added to the end of path based elements that su
let name-to-mnemonic = (:)
for (name, item) in cetz.mark-shapes.mnemonics {
let list = name-to-mnemonic.at(item.at(0), default: ())
list += (raw(name) + if item.at(1) { " (reversed)" },)
list += (raw(name) + if item.at(1).reverse { " (reversed)" },)
name-to-mnemonic.insert(item.at(0), list)
}
(
Expand Down

0 comments on commit 4537f2c

Please sign in to comment.