Browse Source

Fixed bug in the sleep example.

Paul Downen 13 years ago
parent
commit
956a3ba9c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sleepy_time.erl

+ 1 - 1
src/sleepy_time.erl

@@ -1,5 +1,5 @@
 -module(sleepy_time).
 -module(sleepy_time).
--export([sleepy_time/1]).
+-export([big_sleep/1]).
 
 
 big_sleep(N) ->
 big_sleep(N) ->
     Sleep = fun() -> timer:sleep(infinity) end,
     Sleep = fun() -> timer:sleep(infinity) end,