From ae55131b458e96bf639ec51c89c62933dc9f277a Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 2 Jul 2015 13:23:17 +0200 Subject: [PATCH] fix typos --- idea/src/META-INF/plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idea/src/META-INF/plugin.xml b/idea/src/META-INF/plugin.xml index 27eeb9b18f4..e16b0715bf2 100644 --- a/idea/src/META-INF/plugin.xml +++ b/idea/src/META-INF/plugin.xml @@ -796,12 +796,12 @@ org.jetbrains.kotlin.idea.intentions.AddForLoopIndicesIntention Kotlin - S + org.jetbrains.kotlin.idea.intentions.RemoveForLoopIndicesIntention Kotlin - S + org.jetbrains.kotlin.idea.intentions.SwapBinaryExpressionIntention