Closed WesCossick closed 3 years ago
Merging #284 (c8ae0d6) into master (9401baa) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #284 +/- ##
=======================================
Coverage 90.72% 90.72%
=======================================
Files 1 1
Lines 97 97
Branches 31 31
=======================================
Hits 88 88
Misses 9 9
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 9401baa...c8ae0d6. Read the comment docs.
Closes #283.
This PR removes
setIsOpen
from a couple of simple code examples, since it's not necessary for basic usage. It also removes variable instantiation from the "Options" page's code example, since the example really only needs to focus on the options (and not the return value).