Skip to content

Commit 3e69e53

Browse files
committed
Merge pull request #22 from majjoha/master
Fix case for module name.
2 parents be64c1b + aec9e29 commit 3e69e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch05-strings.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This philosophy, however, is not the one you want to employ when you
1919
have (atypical for Elixir) programs that ask for user input.
2020
You want those to crash infrequently and catch as many input errors as possible.
2121

22-
In this étude, you will write a module named +ask_area+, which prompts you
22+
In this étude, you will write a module named +AskArea+, which prompts you
2323
for a shape and its dimensions, and then returns the area by calling
2424
+Geom.area/3+, which you wrote in <<CH04-ET01,Étude 4-1>>.
2525

0 commit comments

Comments
 (0)