From 9a5149c6f312a74c8d8379c000cf6dca0a390c61 Mon Sep 17 00:00:00 2001 From: Chad Seeger Date: Mon, 14 Sep 2015 23:16:47 -0700 Subject: [PATCH] =?UTF-8?q?Correct=20=C3=89tude=20link=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ch02-functions_and_modules.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.