diff --git a/src/meta/doc.md b/src/meta/doc.md index 63e0b41018..e9e51186fa 100644 --- a/src/meta/doc.md +++ b/src/meta/doc.md @@ -44,7 +44,7 @@ impl Person { /// Gives a friendly hello! /// - /// Says "Hello, [name]" to the `Person` it is called on. + /// Says "Hello, [name](Person::name)" to the `Person` it is called on. pub fn hello(& self) { println!("Hello, {}!", self.name); }