Skip to content

Commit 689938e

Browse files
authored
fix link from ProvenanceId to ProvenanceTable in docs (#140)
1 parent 1203a5d commit 689938e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pub mod provenance;
232232

233233
/// A provenance ID
234234
///
235-
/// This is an integer referring to a row of an [``ProvenanceTable``].
235+
/// This is an integer referring to a row of a [``provenance::ProvenanceTable``].
236236
///
237237
/// The features for this type follow the same pattern as for [``NodeId``]
238238
#[cfg(any(doc, feature = "provenance"))]

0 commit comments

Comments
 (0)