File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
tex/generic/pgf/graphdrawing/lua/pgf/gd/trees Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1919- Fix shadings under LuaMetaTeX
2020- Resolve missing ` gnuplot ` plots in manual #1238
2121- Fix missing inclusion of libraries in the examples at https://tikz.dev/gd-trees and https://tikz.dev/gd-usage-tikz
22+ - Fix mis-spelled Kellermann to Kellerman
2223
2324### Changed
2425
Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ code =
301301[[
302302\tikz \graph [binary tree layout] {
303303 Knuth -> {
304- Beeton -> Kellermann [second] -> Carnes,
304+ Beeton -> Kellerman [second] -> Carnes,
305305 Tobin -> Plass -> { Lamport, Spivak }
306306 }
307307};\qquad
@@ -311,7 +311,7 @@ code =
311311 edges={decorate,decoration={snake, post length=5pt}}]
312312 {
313313 Knuth -> {
314- Beeton -> Kellermann [second] -> Carnes,
314+ Beeton -> Kellerman [second] -> Carnes,
315315 Tobin -> Plass -> { Lamport, Spivak }
316316 }
317317 };
You can’t perform that action at this time.
0 commit comments