scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.53k stars 345 forks source link

Remove forced runtime errors in do/catch blocks in README #83

Closed dlo closed 6 years ago

dlo commented 6 years ago

The try statements in the README are already handled within do/catch blocks, so there's no need to disable error propagation and force a runtime error.

Thanks for the library!

scinfu commented 6 years ago

Thank you