Skip to content

Commit 525beda

Browse files
authored
docs: Fix code example (#306)
1 parent 73d3cbf commit 525beda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/2_patches_intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ val rawResourcePatch = rawResourcePatch {
108108
}
109109

110110
@Surpress("unused")
111-
val resourcePatch = rawResourcePatch {
111+
val resourcePatch = resourcePatch {
112112
execute {
113113
// TODO
114114
}

0 commit comments

Comments
 (0)