Skip to content

Commit 9210b48

Browse files
alambfindepi
authored andcommitted
Fix doc build on catalog API
1 parent c3d3a43 commit 9210b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/catalog/src/session.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use std::sync::Arc;
5252
/// ```
5353
/// # use datafusion_catalog::Session;
5454
/// # use datafusion_common::{Result, exec_datafusion_err};
55-
/// struct SessionState {}
55+
/// # struct SessionState {}
5656
/// // Given a `Session` reference, get the concrete `SessionState` reference
5757
/// // Note: this may stop working in future versions,
5858
/// fn session_state_from_session(session: &dyn Session) -> Result<&SessionState> {
@@ -63,7 +63,7 @@ use std::sync::Arc;
6363
/// ```
6464
///
6565
/// [`SessionState`]: https://docs.rs/datafusion/latest/datafusion/execution/session_state/struct.SessionState.html
66-
/// [TableProvider]: crate::TableProvider
66+
/// [`TableProvider`]: crate::TableProvider
6767
#[async_trait]
6868
pub trait Session: Send + Sync {
6969
/// Return the session ID

0 commit comments

Comments
 (0)