Change description of 'iter' template to make it searchable by 'for' prefix

#KT-6603 Fixed
This commit is contained in:
Nikolay Krasko
2015-01-15 15:29:59 +03:00
parent 2d68637fd9
commit bc9287b60f
@@ -121,7 +121,7 @@ unused.class=Class ''{0}'' is never used
livetemplate.description.main=main() function
livetemplate.description.soutp=Prints function parameter names and values to System.out
livetemplate.description.iter=Iterate over elements of iterable
livetemplate.description.iter=Iterate over elements of iterable (for-in loop)
livetemplate.description.ifn=Inserts ''if null'' expression
livetemplate.description.inn=Inserts ''if not null'' expression
livetemplate.description.void=Function returning nothing