You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting_started/mix_otp/1.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ In order to build our key-value application, we are going to use three main tool
34
34
35
35
* OTP is a set of libraries that ships with Erlang. Erlang developers use OTP to build robust, fault-tolerant applications. In this chapter we will explore how many aspects from OTP integrate with Elixir, including supervision trees, event managers and more;
36
36
37
-
* Mix is a build tool that ships with Elixir that provides tasks for creating, compiling, testing, managing dependencies and much more inside your projects;
37
+
* Mix is a build tool that ships with Elixir that provides tasks for creating, compiling, testing your application, managing its dependencies and much more;
38
38
39
39
* ExUnit is a test-unit based framework that ships with Elixir;
0 commit comments