Simplify description of "Deferred result not used" #KT-25711 Fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
This inspection reports calls with <b>kotlinx.coroutines.experimental.Deferred</b> result that is never used,
|
||||
This inspection reports calls with <b>Deferred</b> result that is never used,
|
||||
so nobody will wait for execution of all related actions.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user