From 7bb1008f508f61b51dd80086a91ada347be36c68 Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Tue, 28 Jun 2022 17:11:04 +0200 Subject: Add some more crosslinks to docs --- src/construct/partial_destination.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/construct/partial_destination.rs') diff --git a/src/construct/partial_destination.rs b/src/construct/partial_destination.rs index 71e26df..8b281c7 100644 --- a/src/construct/partial_destination.rs +++ b/src/construct/partial_destination.rs @@ -1,4 +1,4 @@ -//! Destination occurs in [definition][] and [label end][]. +//! Destination occurs in [definition][] and [label end][label_end]. //! //! They’re formed with the following BNF: //! -- cgit