Skip to content

Commit 7294b17

Browse files
committed
Fix doc lints
1 parent b38d0b0 commit 7294b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/hack/dec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ impl Impl for BinTextParser {
121121
///
122122
/// There are two ways to parse HACK programs: from binary files and
123123
/// from the textual representation of such binary files. Use
124-
/// [Parser<BinaryImpl>] to create a parser for binary HACK files and
125-
/// [Parser<TextImpl>] to create a parser for text HACK files.
124+
/// [`Parser<BinaryImpl>`] to create a parser for binary HACK files and
125+
/// [`Parser<TextImpl>`] to create a parser for text HACK files.
126126
///
127127
/// ## Examples
128128
///

0 commit comments

Comments
 (0)