diff options
| author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-09-26 13:32:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 17:32:55 +0000 |
| commit | ca1f749c087bc19f6fbcebcd3ee34307959a95d5 (patch) | |
| tree | afa4bc0fca4b27d15b99df6da625090b0ef864f2 /tests/suite/model | |
| parent | 3c90878460cecaaa7ac879ba0973f94705b7c062 (diff) | |
Spelling (#5020)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'tests/suite/model')
| -rw-r--r-- | tests/suite/model/emph-strong.typ | 2 | ||||
| -rw-r--r-- | tests/suite/model/heading.typ | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/suite/model/emph-strong.typ b/tests/suite/model/emph-strong.typ index 2af8bb16..0c0748e4 100644 --- a/tests/suite/model/emph-strong.typ +++ b/tests/suite/model/emph-strong.typ @@ -12,7 +12,7 @@ hello_world Nutzer*innen 日本語では、*太字*や_斜体_を使って強調します。 -中文中混有*Strong*和_Empasis_。 +中文中混有*Strong*和_Emphasis_。 // Can contain paragraph in nested content block. _Still #[ diff --git a/tests/suite/model/heading.typ b/tests/suite/model/heading.typ index 5d50eeee..3be9e52b 100644 --- a/tests/suite/model/heading.typ +++ b/tests/suite/model/heading.typ @@ -75,6 +75,6 @@ Not in heading --- heading-numbering-hint --- = Heading <intro> -// Error: 1:20-1:26 cannot reference heading without numbering -// Hint: 1:20-1:26 you can enable heading numbering with `#set heading(numbering: "1.")` -Can not be used as @intro +// Error: 1:19-1:25 cannot reference heading without numbering +// Hint: 1:19-1:25 you can enable heading numbering with `#set heading(numbering: "1.")` +Cannot be used as @intro |
