aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorLeandro Cesquini Pereira <[email protected]>2019-06-10 12:22:26 -0300
committerLeandro Cesquini Pereira <[email protected]>2019-06-10 12:22:26 -0300
commite358cf28e437d142538802a385def45a3282c40b (patch)
tree8ade5745df83f37e44d8a69a8909b14bc3f6e2ff /system
parent493999b9d7d77616e359bb06a2c8d4758a3df514 (diff)
downloadotp-e358cf28e437d142538802a385def45a3282c40b.tar.gz
otp-e358cf28e437d142538802a385def45a3282c40b.tar.bz2
otp-e358cf28e437d142538802a385def45a3282c40b.zip
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>