Explorar o código

Fix missing ":ref:" in canvas_layers.rst (#4353)

bggd %!s(int64=4) %!d(string=hai) anos
pai
achega
71547a7c24
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      tutorials/2d/canvas_layers.rst

+ 2 - 2
tutorials/2d/canvas_layers.rst

@@ -7,8 +7,8 @@ Viewport and Canvas items
 -------------------------
 
 :ref:`CanvasItem <class_CanvasItem>` is the base for all 2D nodes, be it regular
-     2D nodes, such as :ref:`Node2D <class_Node2D>`, or `Control
-     <class_Control>`. Both inherit from :ref:`CanvasItem <class_CanvasItem>`.
+     2D nodes, such as :ref:`Node2D <class_Node2D>`, or :ref:`Control <class_Control>`.
+     Both inherit from :ref:`CanvasItem <class_CanvasItem>`.
      You can arrange canvas items in trees. Each item will inherit its parent's
      transform: when the parent moves, its children move too.