From 4c61b3d96a4740c072828e2e1deaf108f55f03f6 Mon Sep 17 00:00:00 2001 From: Andrei Ivantsov Date: Wed, 25 May 2022 16:02:55 +0200 Subject: [PATCH] fix kdoc of mu.KotlinLogging.logger --- src/jsMain/kotlin/mu/KotlinLogging.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jsMain/kotlin/mu/KotlinLogging.kt b/src/jsMain/kotlin/mu/KotlinLogging.kt index 6c9cfd32..036de9ca 100644 --- a/src/jsMain/kotlin/mu/KotlinLogging.kt +++ b/src/jsMain/kotlin/mu/KotlinLogging.kt @@ -5,7 +5,7 @@ import mu.internal.KLoggerJS public actual object KotlinLogging { /** - * This method allow defining the logger in a file in the following way: + * This method allows defining the logger in a file in the following way: * ``` * val logger = KotlinLogging.logger {} * ```