Skip to content

Commit c7c00ae

Browse files
authored
Merge pull request #7167 from belzecue/belzecue-patch-1
Fix typo 'adominitions' in Comment Style Guide
2 parents d1ce53c + 5eb4a27 commit c7c00ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/development/code_style_guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Godot's codebase.
321321
always end them with a period.
322322
- Reference variable/function names and values using backticks.
323323
- Wrap comments to ~100 characters.
324-
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, or ``HACK:`` as adominitions
324+
- You can use ``TODO:``, ``FIXME:``, ``NOTE:``, or ``HACK:`` as admonitions
325325
when needed.
326326

327327
**Example:**

0 commit comments

Comments
 (0)