mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typos
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ inline fun <reified T : Any> RequestBodySpec.body(flow: Flow<T>): RequestHeaders
|
||||
|
||||
/**
|
||||
* Extension for [ResponseSpec.expectBody] providing an `expectBody<Foo>()` variant
|
||||
* leveraging Kotlin reified type parameters. This extension is not subject ot type
|
||||
* leveraging Kotlin reified type parameters. This extension is not subject to type
|
||||
* erasure and retains actual generic type arguments.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import org.springframework.test.web.servlet.client.RestTestClient.ResponseSpec
|
||||
|
||||
/**
|
||||
* Extension for [ResponseSpec.expectBody] providing an `expectBody<Foo>()` variant
|
||||
* leveraging Kotlin reified type parameters. This extension is not subject ot type
|
||||
* leveraging Kotlin reified type parameters. This extension is not subject to type
|
||||
* erasure and retains actual generic type arguments.
|
||||
*
|
||||
* @author Sebastien Deleuze
|
||||
|
||||
Reference in New Issue
Block a user