From 32c7c3bd653c65b5fb0bc8f7fe8911ec32ddf779 Mon Sep 17 00:00:00 2001 From: Hanson Char Date: Sun, 23 Jun 2024 10:16:30 -0700 Subject: [PATCH] Fix minor typo in Orientation.lua --- tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua b/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua index 5f5d40a86..f31029050 100644 --- a/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua +++ b/tex/generic/pgf/graphdrawing/lua/pgf/gd/control/Orientation.lua @@ -26,7 +26,7 @@ -- There are two ways in which you can specify an orientation: First, -- you can specify that the line from a certain vertex to another -- vertex should have a certain slope. How these vertices and slopes --- are specified in explained momentarily. Second, you can specify a +-- are specified is explained momentarily. Second, you can specify a -- so-called ``growth direction'' for trees. -- -- @end