Skip to content

Commit 6443873

Browse files
author
Lukas H
authored
Fix broken link markup in Hasher::finish docs
There were apostrophes when there needed to be backticks.
1 parent 75d25ac commit 6443873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/hash/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ pub trait Hasher {
259259
/// println!("Hash is {:x}!", hasher.finish());
260260
/// ```
261261
///
262-
/// ['write']: #tymethod.write
262+
/// [`write`]: #tymethod.write
263263
#[stable(feature = "rust1", since = "1.0.0")]
264264
fn finish(&self) -> u64;
265265

0 commit comments

Comments
 (0)