[kotlin] Fix typo

#KTIJ-28867

GitOrigin-RevId: 31f0a0bec5a174b267e48afe2ed299bb04e97e20
This commit is contained in:
Vladimir Dolzhenko
2024-03-05 15:34:27 +01:00
committed by intellij-monorepo-bot
parent b9301eed09
commit 1a29d39bb9

View File

@@ -1,5 +1,5 @@
<html>
<body>
Creates a <code>white</code> loop statement with explicit <code>iterator</code> from a given <code>Iterable</code> expression.
Creates a <code>while</code> loop statement with explicit <code>iterator</code> from a given <code>Iterable</code> expression.
</body>
</html>