Skip to content

Commit 22dce17

Browse files
committed
mark 'quoted' as public
1 parent 15bc92a commit 22dce17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/LiteSupport/Substitutor.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
import Foundation
99

10-
extension String {
11-
var quoted: String {
10+
public extension String {
11+
public var quoted: String {
1212
return "\"\(self)\""
1313
}
1414
}

0 commit comments

Comments
 (0)