ソースを参照

Fix typo 'adominitions'

A Google search returns <300 hits for this spelling, with the top hit being a typo itself, so I'm pretty sure the use here is also a typo for 'admonitions.'
belzecue 2 年 前
コミット
5eb4a277c4
1 ファイル変更1 行追加1 行削除
  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.
   always end them with a period.
 - Reference variable/function names and values using backticks.
 - Reference variable/function names and values using backticks.
 - Wrap comments to ~100 characters.
 - 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.
   when needed.
 
 
 **Example:**
 **Example:**