Skip to content

Commit 890a60a

Browse files
committed
chore: typo
1 parent 8293596 commit 890a60a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143

144144
### Bug Fixes
145145

146-
* custom result deserialization conflic with rust_mcp_schema::Result ([#44](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/44)) ([f141060](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/f14106047ee6fdc499f0915ea2029954cf06d634))
146+
* custom result deserialization conflict with rust_mcp_schema::Result ([#44](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/44)) ([f141060](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/f14106047ee6fdc499f0915ea2029954cf06d634))
147147

148148
## [0.1.9](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.8...v0.1.9) (2025-03-02)
149149

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Multiple schema versions may be enabled concurrently if needed. Non-default vers
8686
- rust_mcp_schema::mcp_2024_11_05
8787
- rust_mcp_schema::mcp_draft"
8888

89-
Example: enable `2024_11_05` version of the shema:
89+
Example: enable `2024_11_05` version of the schema:
9090

9191
<!-- x-release-please-start-version -->
9292

@@ -95,7 +95,7 @@ Example: enable `2024_11_05` version of the shema:
9595
rust-mcp-schema = { version: 0.7.4 , default-features = false, features=["2024_11_05"] }
9696
```
9797

98-
Example: enable `draft`` version of the shema (2024_11_05) :
98+
Example: enable `draft`` version of the schema (2024_11_05) :
9999

100100
```toml
101101
#Cargo.toml

0 commit comments

Comments
 (0)