Merge pull request #1919 from dariuswiles/patch-1

Fix typo
This commit is contained in:
Knut Sveidqvist 2021-03-18 20:57:56 +01:00 committed by GitHub
commit 94decf01dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ stateDiagram-v2
In a real world use of state diagrams you often end up with diagrams that are multi-dimensional as one state can
have several internal states. These are called composite states in this terminology.
In order to define a composite state you need to use the state keyword followed by and id and the body of the composite state between \{\}. See the example below:
In order to define a composite state you need to use the state keyword followed by an id and the body of the composite state between \{\}. See the example below:
```
stateDiagram-v2