We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27fa210 commit 86e27d4Copy full SHA for 86e27d4
Sources/OutputUhooiCore/TextBuilder.swift
@@ -1,4 +1,4 @@
1
-final public class TextBuilder {
+public enum TextBuilder {
2
public static func buildText(phrase: String, count: Int?, includeCounter: Bool) -> String {
3
let repeatCount = count ?? 1
4
guard repeatCount >= 1 else {
0 commit comments