diff --git a/internal/create_files/create_files.go b/internal/create_files/create_files.go index 1c31753..ee96718 100644 --- a/internal/create_files/create_files.go +++ b/internal/create_files/create_files.go @@ -31,7 +31,7 @@ func Find_SingularName(s string) string { return Otvet } -// FormatName - возвращает наименование в формате CamelCase +// FormatName - возвращает наименование в формате PascalCase func FormatName(Name string) string { Otvet := Name