jeremiah-c-leary / vhdl-style-guide

Style guide enforcement for VHDL
GNU General Public License v3.0
192 stars 39 forks source link

Typo in code example on the Configuring Rule Groups page #973

Closed JHertz5 closed 1 year ago

JHertz5 commented 1 year ago

Environment Firefox, Windows 10, viewing "latest" version of docs (v3.16.0)

Describe the bug On the page https://vhdl-style-guide.readthedocs.io/en/latest/configuring_rule_groups.html, the last line of the code example shows "Tue" instead of "True". Sorry if this is annoying, but I'd like to fix it 😅.

To Reproduce Steps to reproduce the behavior:

  1. Go to https://vhdl-style-guide.readthedocs.io/en/latest/configuring_rule_groups.html
  2. Look at the last line of the code example.
  3. See error

Expected behavior I expect this line to say "True"

Screenshots image

Additional context None.

JHertz5 commented 1 year ago

I have raised PR #974 to address this issue.