Fix typo in stdlib KDocs, behavoir -> behavior

This commit is contained in:
Abduqodiri Qurbonzoda
2024-01-16 16:05:33 +05:00
committed by Space Team
parent c9d8ecc599
commit e4a8fc01c3
7 changed files with 7 additions and 7 deletions
@@ -32,7 +32,7 @@ internal class MapBuilder<K, V> private constructor(
* or otherwise changes it in a way that iterations in progress may return incorrect results.
*
* This value can be used by iterators of the [keys], [values] and [entries] views
* to provide fail-fast behavoir when a concurrent modification is detected during iteration.
* to provide fail-fast behavior when a concurrent modification is detected during iteration.
* [ConcurrentModificationException] will be thrown in this case.
*/
private var modCount: Int = 0