From 3064601e5e5ca26d4f527331dc29490dbe0374e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Antonio=20D=C3=ADaz-Benito=20Soriano?= Date: Sat, 20 Apr 2019 12:05:32 +0200 Subject: [PATCH] Fix a typo #KT-31138 Fixed --- libraries/kotlinx-metadata/src/kotlinx/metadata/visitors.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/kotlinx-metadata/src/kotlinx/metadata/visitors.kt b/libraries/kotlinx-metadata/src/kotlinx/metadata/visitors.kt index 4002259612b..28d10b0cb72 100644 --- a/libraries/kotlinx-metadata/src/kotlinx/metadata/visitors.kt +++ b/libraries/kotlinx-metadata/src/kotlinx/metadata/visitors.kt @@ -520,7 +520,7 @@ abstract class KmTypeVisitor @JvmOverloads constructor(private val delegate: KmT /** * Visits the name of the type alias, if this type's classifier is a type alias. Note that all types are expanded for metadata produced - * by the Kotlin compiler, so the the type with a type alias classifier may only appear in a call to [visitAbbreviatedType]. + * by the Kotlin compiler, so the type with a type alias classifier may only appear in a call to [visitAbbreviatedType]. * * @param name the name of the type alias */