Skip to content

doc: coding guidelines: Correct Typo on MISRA Rule 21.13 #93619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/contribute/coding_guidelines/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ should comply with the rules listed below.

.. _MisraC_Rule_21_13:
* - 130
- Any value passed to a function in <ctype.h> shall be representable as an unsigned char or be the value EO
- Any value passed to a function in <ctype.h> shall be representable as an unsigned char or be the value EOF
- `Rule 21.13 <https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_21_13.c>`_
- Mandatory
- N/A
Expand Down