Closed
Description
Description
Right now, the semantics of the two section methods don't match: openSection()
and stopSection()
. It should either be:
openSection()
and closeSection()
OR
- startSection() and
stopSection()
Description
Right now, the semantics of the two section methods don't match: openSection()
and stopSection()
. It should either be:
openSection()
and closeSection()OR
stopSection()