Simplify description of "Deferred result not used" #KT-25711 Fixed

This commit is contained in:
Mikhail Glukhikh
2018-08-21 17:47:40 +03:00
parent b41ef6a807
commit 3dc2c07b23
@@ -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>