Browse Source

Fixed copy&paste error #28117

Changed "left to right" in VSplitContainer to "top to bottom".

(cherry picked from commit aa8b2f444801f1dccbceaab797d6aa9e0dc9af90)
Soham Kar 6 years ago
parent
commit
aa0d4ffe51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/VSplitContainer.xml

+ 1 - 1
doc/classes/VSplitContainer.xml

@@ -4,7 +4,7 @@
 		Vertical split container.
 	</brief_description>
 	<description>
-		Vertical split container. See [SplitContainer]. This goes from left to right.
+		Vertical split container. See [SplitContainer]. This goes from top to bottom.
 	</description>
 	<tutorials>
 	</tutorials>