-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
As shown below, the tooltip for constructor is for parameters.
typst-docs-web/src/components/templates/TypeTemplate.tsx
Lines 40 to 43 in a4c5ed8
| <h2 id="constructor" class="flex items-center gap-1"> | |
| <Translation translationKey="constructor" /> | |
| <Tooltip kind="parameters" /> | |
| </h2> |
Besides, it's confusing that some translation keys use parameter while others use argument.
typst-docs-web/src/components/templates/FuncTemplate.tsx
Lines 55 to 58 in a4c5ed8
| <h2 id="parameters" class="flex items-baseline gap-1"> | |
| <Translation translationKey="argument" /> | |
| <Tooltip kind="parameters" /> | |
| </h2> |
3w36zj6
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers