Skip to content

Commit

Permalink
fixes issue #18 (conflict with Swift's append(_:) method)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalii-tym committed Apr 17, 2018
1 parent 88ff240 commit 50269fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/String+Attributer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public extension String {

-parameter string: The string that will be added
*/
public func append(_ string: String) -> Attributer {
public func append(string: String) -> Attributer {
return attributer.append(string)
}

Expand Down

0 comments on commit 50269fd

Please sign in to comment.