Skip to content

Commit 9f1e4f5

Browse files
committed
[docs] Improve ResolutionHint documentation
1 parent b38f87b commit 9f1e4f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/export.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ to provide complete output (with a help of a user).
111111
Here are some samples using resolution hints:
112112

113113
```kotlin
114-
class ValueEvent(val value: Int) : Event
114+
class ValueEvent(val value: Int) : Event
115115

116+
// ...
116117
transitionConditionally<ValueEvent> {
117118
direction = {
118119
when (event.value) {

0 commit comments

Comments
 (0)