fix definition of states block

pull/1/head
an 2019-01-08 16:44:42 -05:00
parent 330f58c536
commit 4a236c23b1
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ These are the same as `DECORATE`, but states that do not have function blocks re
A state definition block has the syntax:
```
states $[ ( Scope ) ]$
states $[ ( Scope $[ , Scope]$... ) ]$
{
$[State-or-label...]$
}