org.texi: Fix typo introduced in cf5e96

TINYCHANGE
This commit is contained in:
Vladimir Lomov 2013-04-05 11:31:36 +02:00 committed by Bastien Guerry
parent 45d6d8f8a2
commit 29a75d0473
1 changed files with 2 additions and 2 deletions

View File

@ -14188,11 +14188,11 @@ argument.
#+header: :file /tmp/it.png
#+begin_src dot :post attr_wrap(width="5cm", data=*this*) :results drawer
digraph{
digraph@{
a -> b;
b -> c;
c -> a;
}
@}
#+end_src
#+RESULTS: