aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-06-12 14:55:33 +0200
committerBjörn Gustavsson <[email protected]>2019-06-12 14:55:33 +0200
commit1fd0c567f14f67c681c7cc54950232e82001f0f5 (patch)
treeb0f6c81a5bde1f396193ff22c3e97ca1749ab3e3 /system
parentc04646e4110029cd49534ed592454e3814812244 (diff)
parent898b9b35f2cad1e925ea658d2dc381c5bde01829 (diff)
downloadotp-1fd0c567f14f67c681c7cc54950232e82001f0f5.tar.gz
otp-1fd0c567f14f67c681c7cc54950232e82001f0f5.tar.bz2
otp-1fd0c567f14f67c681c7cc54950232e82001f0f5.zip
Merge branch 'maint'
* maint: Fix some documentation typos Fix duplicated word "to" on Common Caveats doc
Diffstat (limited to 'system')
-rw-r--r--system/doc/efficiency_guide/commoncaveats.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/commoncaveats.xml b/system/doc/efficiency_guide/commoncaveats.xml
index 7b2128d888..7b00fa5d63 100644
--- a/system/doc/efficiency_guide/commoncaveats.xml
+++ b/system/doc/efficiency_guide/commoncaveats.xml
@@ -62,7 +62,7 @@
dangerous in a system that runs continuously.
If only certain well-defined atoms are allowed as input,
<seealso marker="erts:erlang#list_to_existing_atom/1">list_to_existing_atom/1</seealso>
- can be used to
+ can be used
to guard against a denial-of-service attack. (All atoms that are allowed
must have been created earlier, for example, by simply using all of them
in a module and loading that module.)</p>