We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38d0b0 commit 7294b17Copy full SHA for 7294b17
src/hack/dec.rs
@@ -121,8 +121,8 @@ impl Impl for BinTextParser {
121
///
122
/// There are two ways to parse HACK programs: from binary files and
123
/// 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.
+/// [`Parser<BinaryImpl>`] to create a parser for binary HACK files and
+/// [`Parser<TextImpl>`] to create a parser for text HACK files.
126
127
/// ## Examples
128
0 commit comments