Skip to content

Commit 8cf0ad8

Browse files
committed
small change in ezample
1 parent be41888 commit 8cf0ad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/exampleTypes.adan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ b : float := 2;
44
print b;
55
c : char := 'a';
66
print c;
7-
d : string := 'ala';
7+
d : string := "ala";
88
print d;
99

0 commit comments

Comments
 (0)