diff --git a/getting-started/modules.markdown b/getting-started/modules.markdown index f65d1dd21..ef94454c5 100644 --- a/getting-started/modules.markdown +++ b/getting-started/modules.markdown @@ -219,7 +219,7 @@ hello :ok ``` -If a function with default values has multiple clauses, it is recommended to create a function head (without an actual body), just for declaring defaults: +If a function with default values has multiple clauses, it is required to create a function head (without an actual body) for declaring defaults: ```elixir defmodule Concat do