Skip to content

Commit 75b4d19

Browse files
committed
sembr src/diagnostics/translation.md
1 parent 64de50b commit 75b4d19

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/diagnostics/translation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ There are two ways of writing translatable diagnostics:
3131
("Simple" diagnostics being those that don't require a lot of logic in
3232
deciding to emit subdiagnostics and can therefore be represented as diagnostic structs).
3333
See [the diagnostic and subdiagnostic structs documentation](./diagnostic-structs.md).
34-
2. Using typed identifiers with `Diag` APIs (in
35-
`Diagnostic` or `Subdiagnostic` implementations).
34+
2. Using typed identifiers with `Diag` APIs (in `Diagnostic` or `Subdiagnostic` implementations).
3635

3736
When adding or changing a translatable diagnostic,
3837
you don't need to worry about the translations.

0 commit comments

Comments
 (0)