浏览代码

FAQ: Revision on punctuation (#4975)

* FAQ: Revision on punctuation

This pull request moves some periods to their right place, and adds a missing question mark.

Co-authored-by: Max Hilbrunner <[email protected]>
DeeJayLSP 4 年之前
父节点
当前提交
3e94bc8b84
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      about/faq.rst

+ 3 - 3
about/faq.rst

@@ -101,7 +101,7 @@ offers you, check out the :ref:`GDScript scripting guide <doc_gdscript>`.
 
 
 There are several reasons to use GDScript--especially when you are prototyping, in
 There are several reasons to use GDScript--especially when you are prototyping, in
 alpha/beta stages of your project, or are not creating the next AAA title--but the
 alpha/beta stages of your project, or are not creating the next AAA title--but the
-most salient reason is the overall **reduction of complexity.**
+most salient reason is the overall **reduction of complexity**.
 
 
 The original intent of creating a tightly integrated, custom scripting language for
 The original intent of creating a tightly integrated, custom scripting language for
 Godot was two-fold: first, it reduces the amount of time necessary to get up and running
 Godot was two-fold: first, it reduces the amount of time necessary to get up and running
@@ -409,8 +409,8 @@ This custom UI toolkit :ref:`can't be used as a library <doc_faq_use_godot_as_li
 but you can still
 but you can still
 :ref:`use Godot to create non-game applications by using the editor <doc_faq_non_game_applications>`.
 :ref:`use Godot to create non-game applications by using the editor <doc_faq_non_game_applications>`.
 
 
-Why does Godot not use STL (Standard Template Library)
-------------------------------------------------------
+Why does Godot not use STL (Standard Template Library)?
+-------------------------------------------------------
 
 
 Like many other libraries (Qt as an example), Godot does not make use of
 Like many other libraries (Qt as an example), Godot does not make use of
 STL. We believe STL is a great general purpose library, but we had special
 STL. We believe STL is a great general purpose library, but we had special