diff --git a/docs/src/state.md b/docs/src/state.md index 7ffd8745e..9744c1363 100644 --- a/docs/src/state.md +++ b/docs/src/state.md @@ -102,9 +102,7 @@ See also: But what if you want to do more than just modify a single element based on a KVar, what if you want to modify a whole tree of elements? -This is where the [render](https://docs.kweb.io/api/kweb-core/kweb.state/render.html) - -function comes in: +This is where the [render](https://docs.kweb.io/api/kweb-core/kweb.state/render.html) function comes in: ```kotlin {{#include ../../src/test/kotlin/kweb/docs/state.kt:render1}}