Skip to content

Commit

Permalink
Merge pull request #19 from vitalii-tym/master
Browse files Browse the repository at this point in the history
fixes issue #18
  • Loading branch information
evermeer authored Apr 18, 2018
2 parents 88ff240 + 50269fd commit 09a0c09
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 09a0c09

Please sign in to comment.