Skip to content

Commit

Permalink
Fix typo Kellermann to Kellerman based on the
Browse files Browse the repository at this point in the history
discussion at

  pgf-tikz#1335

Signed-off-by: Hanson Char <hanson.char@gmail.com>
  • Loading branch information
hansonchar committed Jun 7, 2024
1 parent ec8bd3e commit ac2c1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/generic/pgf/graphdrawing/lua/pgf/gd/trees/doc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ code =
[[
\tikz \graph [binary tree layout] {
Knuth -> {
Beeton -> Kellermann [second] -> Carnes,
Beeton -> Kellerman [second] -> Carnes,
Tobin -> Plass -> { Lamport, Spivak }
}
};\qquad
Expand All @@ -311,7 +311,7 @@ code =
edges={decorate,decoration={snake, post length=5pt}}]
{
Knuth -> {
Beeton -> Kellermann [second] -> Carnes,
Beeton -> Kellerman [second] -> Carnes,
Tobin -> Plass -> { Lamport, Spivak }
}
};
Expand Down

0 comments on commit ac2c1fc

Please sign in to comment.