diff --git a/ch02-functions_and_modules.asciidoc b/ch02-functions_and_modules.asciidoc index 6c9a8b6..a8d2e01 100644 --- a/ch02-functions_and_modules.asciidoc +++ b/ch02-functions_and_modules.asciidoc @@ -34,7 +34,7 @@ iex(3)> Geom.area(12, 7) Étude 2-2: Writing a Function with Default Values ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Modify the function you wrote in <> so that +Modify the function you wrote in <> so that the default variables for the length and width are +1+. Here is some sample output.