SmolHTML icon indicating copy to clipboard operation
SmolHTML copied to clipboard

Tutorial is misleading

Open Gargo opened this issue 2 years ago • 0 comments

For example, tutorial:

protocol Parsable {
    static func parse(context: ParsingContext) throws -> Self
}

Source code:

protocol Parsable {
	static func parse(context: ParsingContext, options: ParsingOptions?) throws -> Self
}

Gargo avatar Apr 24 '23 12:04 Gargo