We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88ff240 + 50269fd commit 09a0c09Copy full SHA for 09a0c09
1 file changed
Sources/String+Attributer.swift
@@ -295,7 +295,7 @@ public extension String {
295
296
-parameter string: The string that will be added
297
*/
298
- public func append(_ string: String) -> Attributer {
+ public func append(string: String) -> Attributer {
299
return attributer.append(string)
300
}
301
0 commit comments