chore: add a missing backtick (#9959)

This PR adds a backtick and fixes the docs for `section`.
This commit is contained in:
Jason Yuen 2025-08-18 00:48:05 -07:00 committed by GitHub
parent fe90da5a8d
commit 3c702f38ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -259,7 +259,7 @@ def sectionHeader := leading_parser
optional ("public ") >>
optional ("noncomputable ")
/--
A `section`/`end` pair delimits the scope of `variable`, `include, `open`, `set_option`, and `local`
A `section`/`end` pair delimits the scope of `variable`, `include`, `open`, `set_option`, and `local`
commands. Sections can be nested. `section <id>` provides a label to the section that has to appear
with the matching `end`. In either case, the `end` can be omitted, in which case the section is
closed at the end of the file.