Update Introduction authored by Fabian Peller's avatar Fabian Peller
......@@ -9,7 +9,7 @@ Aron (ArmarX Object Notation) is the ArmarX implementation of variants which can
An Aron type specification defines the static type for an Aron data dto or an Aron data object. It can only consist of the following types and information (AronVariant means any Type):
```cpp
- ```cpp
Object { // dto called AronObject
string name;
AronVariant extends;
......
......