Skip to content

Commit 5f112f6

Browse files
committed
fix: docs
1 parent 84db305 commit 5f112f6

File tree

1 file changed

+1
-1
lines changed
  • crates/rmcp/src/transport/streamable_http_server/session

1 file changed

+1
-1
lines changed

crates/rmcp/src/transport/streamable_http_server/session/store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub type SessionStoreError = Box<dyn std::error::Error + Send + Sync + 'static>;
1818
///
1919
/// Implement this trait to back sessions with Redis, a database, or any
2020
/// key-value store. The simplest usage is to set
21-
/// [`StreamableHttpServerConfig::session_store`] to an `Arc<impl SessionStore>`.
21+
/// `StreamableHttpServerConfig::session_store` to an `Arc<impl SessionStore>`.
2222
///
2323
/// # Example (in-memory, for testing)
2424
///

0 commit comments

Comments
 (0)