From 06efb133b455632f69625f72085410117cadfbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Le=20Bo=C3=ABdec?= Date: Tue, 7 Nov 2023 11:06:03 +0900 Subject: [PATCH] Replace `,` with `.` in gui_containers.rst --- tutorials/ui/gui_containers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/ui/gui_containers.rst b/tutorials/ui/gui_containers.rst index 4110db08fa6..9dcd19567a2 100644 --- a/tutorials/ui/gui_containers.rst +++ b/tutorials/ui/gui_containers.rst @@ -6,7 +6,7 @@ Using Containers ================ :ref:`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.