Skip to content

Commit

Permalink
small syntax tweak to follow this version of the "spec"
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevan Little committed Feb 3, 2013
1 parent bdbaa80 commit fb4ceb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/syntax-examples/003-variables/002-initialize/028.mo
@@ -1 +1 @@
my %currency = ( ¥ => 'yen', € => 'euro');
my %currency = { ¥ => 'yen', € => 'euro' };

0 comments on commit fb4ceb3

Please sign in to comment.