Skip to content

Commit

Permalink
Update BasicHTML.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
ActuallyTaylor authored Oct 29, 2023
1 parent 208680b commit d533b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftHTMLtoMarkdown/BasicHTML.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SwiftSoup

class BasicHTML: HTML {
public class BasicHTML: HTML {
public var rawHTML: String
public var document: Document?
public var rawText: String = ""
Expand Down

0 comments on commit d533b9c

Please sign in to comment.