Fix an invalid link on Diagnostic Items (#1261)

This commit is contained in:
Ken Matsui 2021-11-16 22:45:40 +09:00 committed by GitHub
parent 766f9d7b10
commit 5fbfe9363d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ struct Penguin;
Diagnostic items are usually only added to traits, types and standalone functions. If the goal Diagnostic items are usually only added to traits, types and standalone functions. If the goal
is to check for an associated type or method, please use the diagnostic item of the item and is to check for an associated type or method, please use the diagnostic item of the item and
reference [*Using Diagnostic Items*](#using-diagnostic-items). reference [*How To Use Diagnostic Items*](#how-to-use-diagnostic-items).
## How To Add Diagnostic Items ## How To Add Diagnostic Items