AA: fix typo in KtLibrarySourceModule description

This commit is contained in:
Jinseong Jeon
2023-04-30 23:59:58 -07:00
committed by Ilya Kirillov
parent e547ea29b3
commit 501ec4fdbf
@@ -161,7 +161,7 @@ public interface KtLibrarySourceModule : KtModule {
public val binaryLibrary: KtLibraryModule
override val moduleDescription: String
get() = "Library sourced of $libraryName"
get() = "Library sources of $libraryName"
}
/**