chore: fix incorrect line in documentation

This commit is contained in:
Ryan Brink
2023-01-07 17:16:05 -05:00
parent 377a60614e
commit 1f730869a8

View File

@ -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)