* doc/org/ltlfilt.org: Typo.

This commit is contained in:
Alexandre Duret-Lutz 2013-10-11 17:52:37 +02:00
parent f38570138d
commit 54c01cfcdf

View file

@ -21,7 +21,7 @@ For instance the following will convert two LTL formulas expressed
using infix notation (with different names supported for the same
operators) and convert it into LBT's syntax.
#+BEGIN_SRC sh :results verbatim :exports results
#+BEGIN_SRC sh :results verbatim :exports both
ltlfilt -l -f 'p1 U (p2 & GFp3)' -f 'X<>[]p4'
#+END_SRC
#+RESULTS: