Skip to content

Commit

Permalink
Remove reference to GenServer.Behaviour from LocalsTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Sep 2, 2015
1 parent b77a291 commit 66fbae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/module/locals_tracker.ex
Expand Up @@ -30,7 +30,7 @@
# * out neighbours: `Module`
#
# Note that since this is required for bootstrap, we can't use
# any of the `GenServer.Behaviour` conveniences.
# any of the `GenServer` conveniences.
defmodule Module.LocalsTracker do
@moduledoc false

Expand Down

0 comments on commit 66fbae2

Please sign in to comment.