File 2185-doc-Fix-Design-Princ-statem-incorrect-anchor.patch of Package erlang
From 82a88748e5b83ba68a7cc5abc92321aea3ac2570 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Mon, 25 Mar 2019 16:42:48 +0100
Subject: [PATCH 25/26] doc: Fix Design Princ, statem incorrect anchor
---
system/doc/design_principles/statem.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/system/doc/design_principles/statem.xml b/system/doc/design_principles/statem.xml
index 45ea972ff2..23e9054547 100644
--- a/system/doc/design_principles/statem.xml
+++ b/system/doc/design_principles/statem.xml
@@ -759,7 +759,7 @@ StateName(EventType, EventContent, Data) ->
<p>
Since the <em>state enter call</em> is not an event there are restrictions
on the allowed return value and
- <seealso marker="#State Transition Actions">State Transition Actions</seealso>.
+ <seealso marker="#Transition Actions">State Transition Actions</seealso>.
You may not change the state,
<seealso marker="#Postponing Events">postpone</seealso>
this non-event, or
--
2.16.4