diff --git a/src/main/kotlin/Main.kt b/src/main/kotlin/Main.kt index 59605f4..0361920 100644 --- a/src/main/kotlin/Main.kt +++ b/src/main/kotlin/Main.kt @@ -448,7 +448,7 @@ class CommandCenter(private val textData: TextData) { } } - /** Calls functions of reading and adding text in saved. */ + /** Calls functions of reading and adding text in saved. */ private inner class Add : Subcommand("add", "Adding text from source") { /** Path to file for reading */