From b075fbda0ad0a711344011fb365b00acd5b64760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 3 Apr 2019 13:20:37 +0200 Subject: Fix broken links A multitude of broken links were found when a bug was fixed in the link checker. --- system/doc/efficiency_guide/commoncaveats.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'system/doc/efficiency_guide/commoncaveats.xml') diff --git a/system/doc/efficiency_guide/commoncaveats.xml b/system/doc/efficiency_guide/commoncaveats.xml index 367da09ba3..7b2128d888 100644 --- a/system/doc/efficiency_guide/commoncaveats.xml +++ b/system/doc/efficiency_guide/commoncaveats.xml @@ -36,10 +36,9 @@ Timer Module

Creating timers using erlang:send_after/3 + marker="erts:erlang#send_after/3">erlang:send_after/3 and - erlang:start_timer/3 -, + erlang:start_timer/3, is much more efficient than using the timers provided by the timer module in STDLIB. The timer module uses a separate process to manage the timers. -- cgit v1.2.3