Skip to content

Commit

Permalink
s/Unkown/Unknown/
Browse files Browse the repository at this point in the history
Fix typo in coding standards that distracts from explanation of enum naming standard.
  • Loading branch information
alhirzel authored and DelazJ committed Mar 11, 2024
1 parent 70bd983 commit ee9180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers_guide/codingstandards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Enumerated types should be named in CamelCase with a leading capital e.g.:
};
Do not use generic type names that will conflict with other types. e.g. use
``UnkownUnit`` rather than ``Unknown``
``UnknownUnit`` rather than ``Unknown``

Global Constants & Macros
==========================
Expand Down

0 comments on commit ee9180f

Please sign in to comment.