diff --git a/blog/TLDR-rust-2020-09-19.markdown b/blog/TLDR-rust-2020-09-19.markdown index a440dd3..bde8f30 100644 --- a/blog/TLDR-rust-2020-09-19.markdown +++ b/blog/TLDR-rust-2020-09-19.markdown @@ -520,7 +520,7 @@ Rust has three privacy levels for functions: [You can't get a perfect analog to `pub(crate)` in Go, but internal -packages can get close to this behavior.](conversation://Mara/hacker) +packages can get close to this behavior.](conversation://Mara/hacker) ## Structures