Fix typos

This commit is contained in:
Stéphane Nicoll 2025-10-01 11:23:00 +02:00
parent 8cad5711f5
commit a2c0e1cec8
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ inline fun <reified T : Any> RequestBodySpec.body(flow: Flow<T>): RequestHeaders
/** /**
* Extension for [ResponseSpec.expectBody] providing an `expectBody<Foo>()` variant * 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. * erasure and retains actual generic type arguments.
* *
* @author Sebastien Deleuze * @author Sebastien Deleuze

View File

@ -22,7 +22,7 @@ import org.springframework.test.web.servlet.client.RestTestClient.ResponseSpec
/** /**
* Extension for [ResponseSpec.expectBody] providing an `expectBody<Foo>()` variant * 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. * erasure and retains actual generic type arguments.
* *
* @author Sebastien Deleuze * @author Sebastien Deleuze