Skip to content

Commit c8fd70d

Browse files
committed
fix typo
1 parent 6a3f2ba commit c8fd70d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/rmcp/src/model.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
use std::{borrow::Cow, sync::Arc};
2-
mod annotaded;
2+
mod annotated;
33
mod capabilities;
44
mod content;
55
mod prompt;
66
mod resource;
77
mod tool;
88

9-
pub use annotaded::*;
9+
pub use annotated::*;
1010
pub use capabilities::*;
1111
pub use content::*;
1212
pub use prompt::*;

0 commit comments

Comments
 (0)