From 52ee7bee83aeafbc2ff49c1373d714ce9db100d4 Mon Sep 17 00:00:00 2001 From: ZhigalskiiIvan <671342i@gmail.com> Date: Sat, 1 Apr 2023 01:31:32 +0300 Subject: [PATCH] completed documentation --- src/main/kotlin/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */