Merge pull request #7167 from belzecue/belzecue-patch-1

Fix typo 'adominitions' in Comment Style Guide
This commit is contained in:
Matthew
2023-04-16 09:55:44 -04:00
committed by GitHub

View File

@@ -321,7 +321,7 @@ Godot's codebase.
always end them with a period.
- Reference variable/function names and values using backticks.
- Wrap comments to ~100 characters.
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, or ``HACK:`` as adominitions
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, or ``HACK:`` as admonitions
when needed.
**Example:**