diff --git a/src/indexing.rs b/src/indexing.rs index 8a3bae4..421ba2d 100644 --- a/src/indexing.rs +++ b/src/indexing.rs @@ -2,7 +2,7 @@ //! //! It is anticipated that most uses cases will be covered by //! [HashIndexing](struct.HashIndexing.html), which owns a -//! [../struct.Table.html](Table) and provides bidirectional mappings between +//! [Table](../struct.Table.html) and provides bidirectional mappings between //! data values and their symbols. //! //! The [Indexing](trait.Indexing.html) trait is provided in case another lookup