Skip to content

Commit 6f73eff

Browse files
Update posts/2020-11-19-Rust-1.48.md
Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
1 parent c65475b commit 6f73eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2020-11-19-Rust-1.48.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ two different examples, based off of our code before:
110110
pub mod foo {
111111
/// Some docs for `Foo`
112112
///
113-
/// You may want to use `Foo` with [Bar](crate::bar::Bar).
113+
/// You may want to use `Foo` with [`Bar`](crate::bar::Bar).
114114
pub struct Foo;
115115
}
116116

0 commit comments

Comments
 (0)