diff --git a/idea/resources/inspectionDescriptions/DeferredResultUnused.html b/idea/resources/inspectionDescriptions/DeferredResultUnused.html index cddabfd76db..36914957d5e 100644 --- a/idea/resources/inspectionDescriptions/DeferredResultUnused.html +++ b/idea/resources/inspectionDescriptions/DeferredResultUnused.html @@ -1,6 +1,6 @@ -This inspection reports calls with kotlinx.coroutines.experimental.Deferred result that is never used, +This inspection reports calls with Deferred result that is never used, so nobody will wait for execution of all related actions. \ No newline at end of file