Fix typos
This commit is contained in:
parent
8cad5711f5
commit
a2c0e1cec8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue