org: run a spell checker on the documentation
* doc/org/autcross.org, doc/org/autfilt.org, doc/org/citing.org, doc/org/compile.org, doc/org/concepts.org, doc/org/csv.org, doc/org/dstar2tgba.org, doc/org/genaut.org, doc/org/genltl.org, doc/org/hierarchy.org, doc/org/hoa.org, doc/org/index.org, doc/org/install.org, doc/org/ltl2tgba.org, doc/org/ltl2tgta.org, doc/org/ltlcross.org, doc/org/ltlfilt.org, doc/org/ltlgrind.org, doc/org/ltlsynt.org, doc/org/oaut.org, doc/org/randaut.org, doc/org/randltl.org, doc/org/satmin.org, doc/org/tut.org, doc/org/tut01.org, doc/org/tut02.org, doc/org/tut03.org, doc/org/tut04.org, doc/org/tut10.org, doc/org/tut11.org, doc/org/tut12.org, doc/org/tut20.org, doc/org/tut21.org, doc/org/tut22.org, doc/org/tut23.org, doc/org/tut24.org, doc/org/tut30.org, doc/org/tut31.org, doc/org/tut50.org, doc/org/tut51.org, doc/org/tut52.org, doc/org/tut90.org, doc/org/upgrade2.org: Run ispell-buffer on all these. * bin/autfilt.cc, python/spot/__init__.py: Fix typos in help texts noticed while spell-checking the org files.
This commit is contained in:
parent
0fbc83e9c2
commit
f3b8bf8e56
45 changed files with 317 additions and 194 deletions
|
|
@ -25,7 +25,7 @@ constructors for each supported operator.
|
|||
The Boolean constants true and false are returned by =formula::tt()=
|
||||
and =formula:ff()=. Atomic propositions can be built with
|
||||
=formula::ap("name")=. Unary and binary operators use a
|
||||
straighforward syntax like =formula::F(arg)= or =formula::U(first,
|
||||
straightforward syntax like =formula::F(arg)= or =formula::U(first,
|
||||
second)=, while n-ary operators take an initializer list as argument
|
||||
as in =formula::And({arg1, arg2, arg3})=.
|
||||
|
||||
|
|
@ -48,7 +48,7 @@ Here is the list of supported operators:
|
|||
formula::G(arg, min, max); // G[min..max] arg
|
||||
formula::Closure(arg);
|
||||
formula::NegClosure(arg);
|
||||
formula::first_match(arg); // SVA's first match opetaror
|
||||
formula::first_match(arg); // SVA's first match operator
|
||||
// binary operators
|
||||
formula::Xor(left, right);
|
||||
formula::Implies(left, right);
|
||||
|
|
@ -485,3 +485,8 @@ Here is the =F= and =G= exchange:
|
|||
|
||||
Like in C++, extra arguments to =map= and =traverse= are passed as
|
||||
additional to the function given in the first argument.
|
||||
|
||||
# LocalWords: utf html args accessor Unary arg ary initializer SRC
|
||||
# LocalWords: unary SVA's tl pdf subformulas subformula memoization
|
||||
# LocalWords: iostream FGa GFb GFc fga gfb gfc kindstar kindstr DFS
|
||||
# LocalWords: enum subtrees gcount cpp GF Fb xchg fg GFa FGb countg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue