Skip to content

Commit

Permalink
made init public
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmoellerch committed Jun 20, 2019
1 parent 95fddc4 commit d680aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUIFormattedText/SwiftUIFormattedText.swift
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ extension Tag {
@available(iOS 13.0, *)
public struct FormattedText : View {
public var formatted: String
init(formatted: String) {
public init(formatted: String) {
self.formatted = formatted
}
public var renderedTag: some View {
Expand Down

0 comments on commit d680aa3

Please sign in to comment.