Skip to content

Commit 39a2c55

Browse files
jcornazqwwdfsad
authored andcommitted
Fix typo in deprecation message of JavaFx dispatcher
1 parent 82547f6 commit 39a2c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/kotlinx-coroutines-javafx/src/JavaFxDispatcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public sealed class JavaFxDispatcher : CoroutineDispatcher(), Delay {
3232
* @suppress **Deprecated**: Use [Dispatchers.JavaFx].
3333
*/
3434
@Deprecated(
35-
message = "Use Dispatchers.Main",
35+
message = "Use Dispatchers.JavaFx",
3636
replaceWith = ReplaceWith("Dispatchers.JavaFx",
3737
imports = ["kotlinx.coroutines.experimental.Dispatchers", "kotlinx.coroutines.experimental.javafx.JavaFx"])
3838
)

0 commit comments

Comments
 (0)