aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-06-10 02:54:12 +0200
committerLoïc Hoguin <[email protected]>2013-06-10 02:54:12 +0200
commit02d813dd3180cd6bc74c6b4af2252bd7d6959654 (patch)
tree94a9b37472b1438d7b3fadcbcf12e744a263f257 /system
parentf7295b48627fb84bceef61044b6f2d0cbee10c2b (diff)
downloadotp-02d813dd3180cd6bc74c6b4af2252bd7d6959654.tar.gz
otp-02d813dd3180cd6bc74c6b4af2252bd7d6959654.tar.bz2
otp-02d813dd3180cd6bc74c6b4af2252bd7d6959654.zip
Remove 'query' from the list of reserved words in docs
Credits go to Matthias Endler for finding it.
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/introduction.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/introduction.xml b/system/doc/reference_manual/introduction.xml
index 7737c34469..678b1964a6 100644
--- a/system/doc/reference_manual/introduction.xml
+++ b/system/doc/reference_manual/introduction.xml
@@ -75,7 +75,7 @@
<title>Reserved Words</title>
<p>The following are reserved words in Erlang:</p>
<p>after and andalso band begin bnot bor bsl bsr bxor case catch
- cond div end fun if let not of or orelse query receive rem try
+ cond div end fun if let not of or orelse receive rem try
when xor</p>
</section>