Skip to content

Commit fffd500

Browse files
authored
Update coroutines.md
1 parent b820b11 commit fffd500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/doc/user-guide/coroutines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To use it, you need to add the following to your build.gradle:
77

88
```kotlin
99
godot {
10-
enableGodotCoroutines.set(true)
10+
isGodotCoroutinesEnabled.set(true)
1111
}
1212
```
1313

@@ -21,4 +21,4 @@ fun myMethod() = godotCoroutine {
2121
mySignal.await() // the current coroutine will suspend until that signal is emitted.
2222
doSomething2()
2323
}
24-
```
24+
```

0 commit comments

Comments
 (0)