summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Hansen <siri@erlang.org>2018-08-14 15:42:19 +0200
committerSiri Hansen <siri@erlang.org>2018-09-12 14:58:02 +0200
commit25b2daf1aa19c60eb12964015cc466dc506a3d89 (patch)
tree49069109d78b7542233f2c820c6e669b01474a52
parentb6289e914c67bd786da829503b144c039303bfd3 (diff)
downloaderlang-25b2daf1aa19c60eb12964015cc466dc506a3d89.tar.gz
Remove outdated reference to error loggers
-rw-r--r--system/doc/design_principles/des_princ.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/design_principles/des_princ.xml b/system/doc/design_principles/des_princ.xml
index e21f2a7f4e..dbb31a7bb7 100644
--- a/system/doc/design_principles/des_princ.xml
+++ b/system/doc/design_principles/des_princ.xml
@@ -64,7 +64,7 @@
the supervisors are similar in structure. The only difference
between them is which child processes they supervise. Many
of the workers are servers in a server-client relation,
- finite-state machines, or event handlers such as error loggers.</p>
+ finite-state machines, or event handlers.</p>
<p><em>Behaviours</em> are formalizations of these common patterns.
The idea is to divide the code for a process in a generic part
(a behaviour module) and a specific part (a