Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gazprea/spec/types/struct.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and consist of a ``<type id>`` 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``.
Expand Down
Loading