Skip to content

Commit

Permalink
Fix for PBT tutorial: export helper function mentioned in tutorial (#298
Browse files Browse the repository at this point in the history
)

Signed-off-by: Pierre Fenoll <[email protected]>
  • Loading branch information
fenollp authored Jul 26, 2022
1 parent cfc29e7 commit bfd7d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/labyrinth.erl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%%% @author Andreas Löscher and Kostis Sagonas

-module(labyrinth).
-export([maze/1]).
-export([maze/1, draw_map/1]).
-export([prop_exit_random/1,
prop_exit_targeted_user/1,
prop_exit_targeted_auto/1]).
Expand Down

0 comments on commit bfd7d86

Please sign in to comment.