浏览代码

Unnecessary word

Removed "an" in "When writing an a block such as an if or while statement,"
Nÿco 6 年之前
父节点
当前提交
d0a92fec21
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/source/style_guide.rst

+ 1 - 1
docs/source/style_guide.rst

@@ -116,7 +116,7 @@ For example:
 Always enclose blocks in curly brackets
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-When writing an a block such as an ``if`` or ``while`` statement, always use
+When writing a block such as an ``if`` or ``while`` statement, always use
 curly brackets around that block of code. Even when not strictly required by
 the compiler (for example if its only one line inside the ``if`` statement).