Update naming

This commit is contained in:
Vlad 2020-12-27 22:22:52 +03:00
parent 9df5643e76
commit 417ddaafba
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ module Templates
def self.features_enum
"
//MARK: - Feature toggles
//MARK: - Generated feature toggles
public enum Feature: String, Codable, RawRepresentable, CaseIterable {
<% for @item in @items %>
@ -15,7 +15,7 @@ public enum Feature: String, Codable, RawRepresentable, CaseIterable {
def self.enabled_features_extension
"
// MARK: - Enabled features
// MARK: - Generated enabled features
public extension Feature {