Skip to content

Commit 09a0c09

Browse files
authored
Merge pull request #19 from vitalii-tym/master
fixes issue #18
2 parents 88ff240 + 50269fd commit 09a0c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)