* doc/org/tut25.org: Fix typos in the example.

This commit is contained in:
Alexandre Duret-Lutz 2024-05-16 22:40:52 +02:00
parent c44e03c791
commit 799db05111

View file

@ -40,9 +40,9 @@ digraph "" {
#+begin_example #+begin_example
s₁ s₁
ℓ₁,s₁->s₂ ℓ₁,s₁->s₂
ℓ₃,s2->s1 ℓ₃,s₂->s₁
ℓ₂,s2->s3 ℓ₂,s₂->s₃
ℓ₃,s3->s1 ℓ₃,s₃->s₁
s₁ s₁
s₂ s₂
#+end_example #+end_example