From e358cf28e437d142538802a385def45a3282c40b Mon Sep 17 00:00:00 2001 From: Leandro Cesquini Pereira Date: Mon, 10 Jun 2019 12:22:26 -0300 Subject: Fix duplicated word "to" on Common Caveats doc --- system/doc/efficiency_guide/commoncaveats.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/doc') 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, list_to_existing_atom/1 - 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.)

-- cgit v1.2.3