Pārlūkot izejas kodu

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

Fix typo 'adominitions' in Comment Style Guide
Matthew 2 gadi atpakaļ
vecāks
revīzija
c7c00aeb26
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      contributing/development/code_style_guidelines.rst

+ 1 - 1
contributing/development/code_style_guidelines.rst

@@ -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:**