Skip to content

Commit

Permalink
made FormattedText available as API
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmoellerch committed Jun 20, 2019
1 parent d9685b9 commit 663262a
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 @@ -388,7 +388,7 @@ extension Tag {
}
@available(OSX 10.15, *)
@available(iOS 13.0, *)
struct FormattedText : View {
public struct FormattedText : View {
var formatted: String
var renderedTag: some View {
let result = Tag.parse(from: formatted).render()
Expand Down

0 comments on commit 663262a

Please sign in to comment.