瀏覽代碼

Fix typo.

Signed-off-by: Stephen Tramer <[email protected]>
Stephen Tramer 2 年之前
父節點
當前提交
ca5e04425d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      rfcs/engine-developer-guide.md

+ 2 - 1
rfcs/engine-developer-guide.md

@@ -6,7 +6,8 @@ Currently, users of Open 3D Engine (O3DE) only have one primary product manual:
 * O3DE operates in a product space where developers often need very specific low-level technical details, or guidance on performing custom implementations of the core engine.
 
 To support those considerations, there should be an Engine Developer Guide added to o3de.org. The Engine Developer Guide would cover low-level documentation for contributors and engine modification from an official, vetted, quality-controlled source.
-Motivation
+
+## Motivation
 
 Contributors and developers modifying the engine require low-level documentation to perform their tasks. Some existing resources that they have access to which can provide some of this information are: Source code; Header documentation and API reference; RFCs.