Skip to content

Commit d547648

Browse files
committed
Correct attribute type #37
Signed-off-by: Mārtiņš Avots <martins.avots@splitcells.net>
1 parent 600e7c4 commit d547648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/net.splitcells.gel.editor/src/main/resources/html/net/splitcells/gel/editor/geal/examples/sports-course-planning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
assignedHalfYear = attribute(Integer, 'Assigned Half Year' );
2-
assignedSport = attribute(Integer, 'Assigned Sport' );
2+
assignedSport = attribute(String , 'Assigned Sport' );
33
assignedSportType = attribute(String , 'Assigned Sport Type');
44
chosenSport = attribute(String , 'Chosen Sport' );
55
chosenSportType = attribute(String , 'Chosen Sport Type' );

0 commit comments

Comments
 (0)