From e2885a8ff8017ab727114fb7190b9156e4bbff4c Mon Sep 17 00:00:00 2001 From: Daniel Hodan Date: Thu, 11 Sep 2014 12:20:32 +0200 Subject: Fix typo in words calculate and area, one more --- erlang.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erlang.html.markdown') diff --git a/erlang.html.markdown b/erlang.html.markdown index 58656982..04086aeb 100644 --- a/erlang.html.markdown +++ b/erlang.html.markdown @@ -274,7 +274,7 @@ calculateArea() -> % Compile the module and create a process that evaluates `calculateArea` in the shell c(calculateGeometry). -CalculateArea = spawn(calculateGeometry, calculateAera, []). +CalculateArea = spawn(calculateGeometry, calculateArea, []). CalculateArea ! {circle, 2}. % 12.56000000000000049738 % The shell is also a process, you can use `self` to get the current pid -- cgit v1.2.3