We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be64c1b + aec9e29 commit 3e69e53Copy full SHA for 3e69e53
ch05-strings.asciidoc
@@ -19,7 +19,7 @@ This philosophy, however, is not the one you want to employ when you
19
have (atypical for Elixir) programs that ask for user input.
20
You want those to crash infrequently and catch as many input errors as possible.
21
22
-In this étude, you will write a module named +ask_area+, which prompts you
+In this étude, you will write a module named +AskArea+, which prompts you
23
for a shape and its dimensions, and then returns the area by calling
24
+Geom.area/3+, which you wrote in <<CH04-ET01,Étude 4-1>>.
25
0 commit comments