aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/efficiency_guide
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-01-10 14:48:26 +0100
committerBjörn Gustavsson <[email protected]>2017-01-10 14:48:26 +0100
commit9595a90fd301e2049b822c8a4d712b5033a3e9d0 (patch)
tree145238b346258ebd483f7d313ec3413bf66f2f83 /system/doc/efficiency_guide
parentfa04f8212d282ea1535c07683660de1a23565b0f (diff)
downloadotp-9595a90fd301e2049b822c8a4d712b5033a3e9d0.tar.gz
otp-9595a90fd301e2049b822c8a4d712b5033a3e9d0.tar.bz2
otp-9595a90fd301e2049b822c8a4d712b5033a3e9d0.zip
Fix a typo in functions.xml
Diffstat (limited to 'system/doc/efficiency_guide')
-rw-r--r--system/doc/efficiency_guide/functions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/functions.xml b/system/doc/efficiency_guide/functions.xml
index 1c34888bb5..1d0f1f68b7 100644
--- a/system/doc/efficiency_guide/functions.xml
+++ b/system/doc/efficiency_guide/functions.xml
@@ -65,7 +65,7 @@ atom_map1(six) -> 6.</code>
thus, quite efficient even if there are many values) to select which
one of the first three clauses to execute (if any).</item>
- <item>>If none of the first three clauses match, the fourth clause
+ <item>If none of the first three clauses match, the fourth clause
match as a variable always matches.</item>
<item>If the guard test <c>is_integer(Int)</c> succeeds, the fourth