From 020c127831461e447e8631636bfa7bd22b7efd08 Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Mon, 5 May 2014 16:16:50 +0400 Subject: [PATCH] Fix typo in inspection description --- .../inspectionDescriptions/RemoveExplicitTypeArgs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/resources/inspectionDescriptions/RemoveExplicitTypeArgs.html b/idea/resources/inspectionDescriptions/RemoveExplicitTypeArgs.html index 869aea11393..63af9eb281b 100644 --- a/idea/resources/inspectionDescriptions/RemoveExplicitTypeArgs.html +++ b/idea/resources/inspectionDescriptions/RemoveExplicitTypeArgs.html @@ -1,5 +1,5 @@ -This inspection reports any function call wiith type arguments that can be safely removed and inferred +This inspection reports any function call with type arguments that can be safely removed and inferred