aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-06-12 14:52:09 +0200
committerGitHub <[email protected]>2019-06-12 14:52:09 +0200
commit898b9b35f2cad1e925ea658d2dc381c5bde01829 (patch)
tree48703df3ec80f7baf5114200b534b03a8ec2de7d
parente0c4ee0e774b780362055a803f998a6e6acdfe77 (diff)
parente358cf28e437d142538802a385def45a3282c40b (diff)
downloadotp-898b9b35f2cad1e925ea658d2dc381c5bde01829.tar.gz
otp-898b9b35f2cad1e925ea658d2dc381c5bde01829.tar.bz2
otp-898b9b35f2cad1e925ea658d2dc381c5bde01829.zip
Merge pull request #2281 from leandrocp/doc/fix-typo-commoncaveats
Fix duplicated word "to" on Common Caveats doc
-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>