Update Introduction authored by Fabian Peller's avatar Fabian Peller
...@@ -16,7 +16,7 @@ An Aron type specification defines the static type for an Aron data dto or an Ar ...@@ -16,7 +16,7 @@ An Aron type specification defines the static type for an Aron data dto or an Ar
map<string, AronVariant> members; map<string, AronVariant> members;
} }
``` ```
~
- ```cpp - ```cpp
Dict { Dict {
AronVariant acceptedType; AronVariant acceptedType;
... ...
......