Skip to content

Commit

Permalink
fix typo in test_exprecs_vsns printout
Browse files Browse the repository at this point in the history
  • Loading branch information
uwiger committed Nov 22, 2011
1 parent 565399c commit 661d168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_exprecs_vsns.erl
Expand Up @@ -18,6 +18,6 @@ f() ->
['#info-r__1_2'(fields)]),
io:fwrite("'#convert-'(\"1_1\", {r,1,2,3,4}) -> ~p~n",
['#convert-'("1_1", {r,1,2,3,4})]),
io:fwrite("'#convert-'(\"1_1\", {r,1,2,3,4}) -> ~p~n",
io:fwrite("'#convert-'(\"1_2\", {r,1,2}) -> ~p~n",
['#convert-'("1_2", {r,1,2})]).

0 comments on commit 661d168

Please sign in to comment.