chore: fix incorrect line in documentation
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
Kompendium allows users to enrich their data types with additional information. This can be done by defining a
|
Kompendium allows users to enrich their data types with additional information. This can be done by defining a
|
||||||
`TypeEnrichment` object and passing it to the `enrich` function on the `NotarizedRoute` builder. Enrichments
|
`TypeEnrichment` object and passing it to the `enrichment` parameter of the relevant `requestType` or `responseType`.
|
||||||
can be added to any request or response.
|
|
||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
data class SimpleData(val a: String, val b: Int? = null)
|
data class SimpleData(val a: String, val b: Int? = null)
|
||||||
|
Reference in New Issue
Block a user