diff --git a/gazprea/spec/types/struct.rst b/gazprea/spec/types/struct.rst index edc490f..c760e39 100644 --- a/gazprea/spec/types/struct.rst +++ b/gazprea/spec/types/struct.rst @@ -24,7 +24,7 @@ and consist of a ```` pair: :: struct s1 (integer i, real r, integer[10] iv) t1; - struct Another (character ch, real f, string[256] str, s1 struct_field); + struct Another (character ch, real f, string str, s1 struct_field); var Another t2; The examples show two structs declared with types ``s1`` and ``Another``.