aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/efficiency_guide/myths.xml
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-02-28 08:51:15 +0100
committerBjörn Gustavsson <[email protected]>2010-02-28 09:14:51 +0100
commita0fc666ec22109206141936cb4550bea61da76e9 (patch)
tree56e7122df9d78fb4367f2cfcd8fc9f8979d3cd4c /system/doc/efficiency_guide/myths.xml
parentd7044099b8da0e5ea38b46764fd005698dc8c612 (diff)
downloadotp-a0fc666ec22109206141936cb4550bea61da76e9.tar.gz
otp-a0fc666ec22109206141936cb4550bea61da76e9.tar.bz2
otp-a0fc666ec22109206141936cb4550bea61da76e9.zip
Efficiency Guide: Fix typos
Diffstat (limited to 'system/doc/efficiency_guide/myths.xml')
-rw-r--r--system/doc/efficiency_guide/myths.xml4
1 files changed, 2 insertions, 2 deletions
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) ->
<p>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 <seealso marker="stdlib:re">re</seealso> instead of the obsolete
- <c>regexp</c> module if you are going to use regualr expressions.</p>
+ the <seealso marker="stdlib:re">re</seealso> module instead of the obsolete
+ <c>regexp</c> module if you are going to use regular expressions.</p>
</section>
<section>