From a0fc666ec22109206141936cb4550bea61da76e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Sun, 28 Feb 2010 08:51:15 +0100 Subject: Efficiency Guide: Fix typos --- system/doc/efficiency_guide/myths.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/doc/efficiency_guide/myths.xml') diff --git a/system/doc/efficiency_guide/myths.xml b/system/doc/efficiency_guide/myths.xml index 76a72368bb..65113c9372 100644 --- a/system/doc/efficiency_guide/myths.xml +++ b/system/doc/efficiency_guide/myths.xml @@ -168,8 +168,8 @@ vanilla_reverse([], Acc) ->

Actually, string handling could be slow if done improperly. In Erlang, you'll have to think a little more about how the strings are used and choose an appropriate representation and use - the re instead of the obsolete - regexp module if you are going to use regualr expressions.

+ the re module instead of the obsolete + regexp module if you are going to use regular expressions.

-- cgit v1.2.3