about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPyther99 <finngartner2@gmx.de>2021-06-15 17:38:16 +0200
committerPyther99 <finngartner2@gmx.de>2021-06-15 17:38:16 +0200
commitfd0ea64990f3adc6d0d1b5942599872a7d61f70e (patch)
tree45e6a0a04a6da9d2afc98863d8c55e28f914301e
parent2d1e9ab980d467685396bd90b8cc512a73bb672e (diff)
downloadrust-fd0ea64990f3adc6d0d1b5942599872a7d61f70e.tar.gz
rust-fd0ea64990f3adc6d0d1b5942599872a7d61f70e.zip
Fix link
-rw-r--r--doc/common_tools_writing_lints.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/common_tools_writing_lints.md b/doc/common_tools_writing_lints.md
index abac1227b4f..0a85f650011 100644
--- a/doc/common_tools_writing_lints.md
+++ b/doc/common_tools_writing_lints.md
@@ -6,7 +6,7 @@ You may need following tooltips to catch up with common operations.
   - [Retrieving the type of an expression](#retrieving-the-type-of-an-expression)
   - [Checking if an expression is calling a specific method](#checking-if-an-expr-is-calling-a-specific-method)
   - [Checking if a type implements a specific trait](#checking-if-a-type-implements-a-specific-trait)
-  - [Checking if a type defines a method](#checking-if-a-type-defines-a-method)
+  - [Checking if a type defines a specific method](#checking-if-a-type-defines-a-specific-method)
   - [Dealing with macros](#dealing-with-macros)
 
 Useful Rustc dev guide links: