diff --git a/crash-course.markdown b/crash-course.markdown index bc57fdcf4..f12f011d3 100644 --- a/crash-course.markdown +++ b/crash-course.markdown @@ -168,7 +168,7 @@ orddict:new(). to invoke the `new` function from the `orddict` module. In Elixir, use the dot `.` in place of the colon `:` ```elixir -Kernel.self +Orddict.new ``` **Note**. Since Erlang modules are represented by atoms, you may invoke Erlang functions in Elixir as follows: