Skip to content

Commit 50269fd

Browse files
committed
fixes issue #18 (conflict with Swift's append(_:) method)
1 parent 88ff240 commit 50269fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/String+Attributer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public extension String {
295295

296296
-parameter string: The string that will be added
297297
*/
298-
public func append(_ string: String) -> Attributer {
298+
public func append(string: String) -> Attributer {
299299
return attributer.append(string)
300300
}
301301

0 commit comments

Comments
 (0)