Skip to content

Commit aec9e29

Browse files
committed
Fix case for module name.
1 parent 90505a5 commit aec9e29

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)