docs: Fix code example (#306)

This commit is contained in:
Pg
2024-08-29 08:59:33 +02:00
committed by GitHub
parent 73d3cbf4ff
commit 525beda18e

View File

@@ -108,7 +108,7 @@ val rawResourcePatch = rawResourcePatch {
}
@Surpress("unused")
val resourcePatch = rawResourcePatch {
val resourcePatch = resourcePatch {
execute {
// TODO
}