Skip to content

Commit 37e54ee

Browse files
authored
[MINOR] correct document mistakes (#12068)
* mistake * mistake
1 parent 67cf1d6 commit 37e54ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/catalog/src/catalog.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use datafusion_common::Result;
3434
/// * [`CatalogProviderList`]: a collection of `CatalogProvider`s
3535
/// * [`CatalogProvider`]: a collection of `SchemaProvider`s (sometimes called a "database" in other systems)
3636
/// * [`SchemaProvider`]: a collection of `TableProvider`s (often called a "schema" in other systems)
37-
/// * [`TableProvider]`: individual tables
37+
/// * [`TableProvider`]: individual tables
3838
///
3939
/// # Implementing Catalogs
4040
///
@@ -99,7 +99,7 @@ use datafusion_common::Result;
9999
/// [delta-rs]: https://github.com/delta-io/delta-rs
100100
/// [`UnityCatalogProvider`]: https://github.com/delta-io/delta-rs/blob/951436ecec476ce65b5ed3b58b50fb0846ca7b91/crates/deltalake-core/src/data_catalog/unity/datafusion.rs#L111-L123
101101
///
102-
/// [`TableProvider]: crate::datasource::TableProvider
102+
/// [`TableProvider`]: crate::TableProvider
103103
104104
pub trait CatalogProvider: Sync + Send {
105105
/// Returns the catalog provider as [`Any`]

0 commit comments

Comments
 (0)