AA: fix typo in KtLibrarySourceModule description
This commit is contained in:
committed by
Ilya Kirillov
parent
e547ea29b3
commit
501ec4fdbf
+1
-1
@@ -161,7 +161,7 @@ public interface KtLibrarySourceModule : KtModule {
|
|||||||
public val binaryLibrary: KtLibraryModule
|
public val binaryLibrary: KtLibraryModule
|
||||||
|
|
||||||
override val moduleDescription: String
|
override val moduleDescription: String
|
||||||
get() = "Library sourced of $libraryName"
|
get() = "Library sources of $libraryName"
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user