浏览代码

Merge pull request #8404 from ershn/patch-3

Replace `,` with `.` in `gui_containers.rst`
Matthew 1 年之前
父节点
当前提交
d8a2cf9332
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/ui/gui_containers.rst

+ 1 - 1
tutorials/ui/gui_containers.rst

@@ -6,7 +6,7 @@ Using Containers
 ================
 
 :ref:`Anchors <doc_size_and_anchors>` are an efficient way to handle
-different aspect ratios for basic multiple resolution handling in GUIs,
+different aspect ratios for basic multiple resolution handling in GUIs.
 
 For more complex user interfaces, they can become difficult to use.