瀏覽代碼

Fixed typo

Changed "simple" to "single" in reference to quotation marks.

(cherry picked from commit b0f00f08274826e9498b9bb0908c8c1af8d98fb7)
wiscombetom 4 年之前
父節點
當前提交
9f21472d34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      development/editor/editor_style_guide.rst

+ 1 - 1
development/editor/editor_style_guide.rst

@@ -22,7 +22,7 @@ Writing style
 - **Use contractions.** For example, use "isn't" instead of "is not". An exception
   to this rule can be made when you specifically want to emphasize one of the
   contraction's words.
-- **Use double quotes in messages** (``""``) instead of simple quotes (``''``).
+- **Use double quotes in messages** (``""``) instead of single quotes (``''``).
   Double quotes should be used to quote user input, file paths and possibly
   other things depending on the context.