From c779e7b7829af2faf2324c64db3add34312c7f4b Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 30 Dec 2015 21:01:42 +0200 Subject: doc: missed these in a4da9ac --- src/libstd/io/stdio.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs index 863e84be093..79091fd3d6b 100644 --- a/src/libstd/io/stdio.rs +++ b/src/libstd/io/stdio.rs @@ -231,8 +231,8 @@ impl Stdin { /// returned guard also implements the [`Read`] and [`BufRead`] traits for /// accessing the underlying data. /// - /// [Read]: trait.Read.html - /// [BufRead]: trait.BufRead.html + /// [`Read`]: trait.Read.html + /// [`BufRead`]: trait.BufRead.html #[stable(feature = "rust1", since = "1.0.0")] pub fn lock(&self) -> StdinLock { StdinLock { inner: self.inner.lock().unwrap_or_else(|e| e.into_inner()) } -- cgit 1.4.1-3-g733a5