org: typo

* doc/org/concepts.org: Typo reported by Paul Guénézan.
* THANKS: Add him.
This commit is contained in:
Alexandre Duret-Lutz 2019-01-07 11:26:45 +01:00
parent 98c8725d0c
commit 365fde8364
2 changed files with 2 additions and 1 deletions

1
THANKS
View file

@ -33,6 +33,7 @@ Michael Weber
Mikuláš Klokočka Mikuláš Klokočka
Ming-Hsien Tsai Ming-Hsien Tsai
Nikos Gorogiannis Nikos Gorogiannis
Paul Guénézan
Reuben Rowe Reuben Rowe
Rüdiger Ehlers Rüdiger Ehlers
Silien Hong Silien Hong

View file

@ -21,7 +21,7 @@ true if the light is on and the door open, and false otherwise.
Atomic propositions are used to construct temporal logic formulas (see Atomic propositions are used to construct temporal logic formulas (see
below) to specify properties of the system: for instance we might want below) to specify properties of the system: for instance we might want
to state that /whenever the the door is open, the light should be on/. to state that /whenever the door is open, the light should be on/.
We could write that as the [[#ltl][LTL formula]] =G(door_open -> light_on)= in We could write that as the [[#ltl][LTL formula]] =G(door_open -> light_on)= in
which =G= is a temporal operator that means /always/. which =G= is a temporal operator that means /always/.