Skip to content

Commit 7165fea

Browse files
CrazyHZMtzolov
authored andcommitted
Fix some typos
Signed-off-by: JermaineHua <[email protected]>
1 parent bb6514e commit 7165fea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcp-spring/mcp-spring-webflux/src/main/java/io/modelcontextprotocol/client/transport/WebFluxSseClientTransport.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ public Mono<Void> closeGracefully() { // @formatter:off
303303
} // @formatter:on
304304

305305
/**
306-
* Unmarshals data from a generic Object into the specified type using the configured
306+
* Unmarshalls data from a generic Object into the specified type using the configured
307307
* ObjectMapper.
308308
*
309309
* <p>
@@ -313,7 +313,7 @@ public Mono<Void> closeGracefully() { // @formatter:off
313313
* @param <T> the target type to convert the data into
314314
* @param data the source object to convert
315315
* @param typeRef the TypeReference describing the target type
316-
* @return the unmarshaled object of type T
316+
* @return the unmarshalled object of type T
317317
* @throws IllegalArgumentException if the conversion cannot be performed
318318
*/
319319
@Override

0 commit comments

Comments
 (0)