We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64de50b commit 75b4d19Copy full SHA for 75b4d19
1 file changed
src/diagnostics/translation.md
@@ -31,8 +31,7 @@ There are two ways of writing translatable diagnostics:
31
("Simple" diagnostics being those that don't require a lot of logic in
32
deciding to emit subdiagnostics and can therefore be represented as diagnostic structs).
33
See [the diagnostic and subdiagnostic structs documentation](./diagnostic-structs.md).
34
-2. Using typed identifiers with `Diag` APIs (in
35
- `Diagnostic` or `Subdiagnostic` implementations).
+2. Using typed identifiers with `Diag` APIs (in `Diagnostic` or `Subdiagnostic` implementations).
36
37
When adding or changing a translatable diagnostic,
38
you don't need to worry about the translations.
0 commit comments