diff options
author | Björn Gustavsson <[email protected]> | 2017-03-13 10:12:57 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-03-13 10:12:57 +0100 |
commit | ee1ad99648316f4dc15d872804dfa52990e0240f (patch) | |
tree | c295fd982f3d060215f24069bb7c11d241ea0555 /system/doc | |
parent | 35e38c97f5f731e3b1689b0740efa305bac9d16e (diff) | |
parent | 9ad1fd887b0f5989933b5ad82fbb1acbce72e4b5 (diff) | |
download | otp-ee1ad99648316f4dc15d872804dfa52990e0240f.tar.gz otp-ee1ad99648316f4dc15d872804dfa52990e0240f.tar.bz2 otp-ee1ad99648316f4dc15d872804dfa52990e0240f.zip |
Merge branch 'bjorn/doc/follow-dtd'
* bjorn/doc/follow-dtd:
retired_myths.xml: Move marker to adhere to DTD
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/efficiency_guide/retired_myths.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/retired_myths.xml b/system/doc/efficiency_guide/retired_myths.xml index 37f46566cd..7c6a1262c7 100644 --- a/system/doc/efficiency_guide/retired_myths.xml +++ b/system/doc/efficiency_guide/retired_myths.xml @@ -23,7 +23,6 @@ The Initial Developer of the Original Code is Ericsson AB. </legalnotice> - <marker id="retired_myths"/> <title>Retired Myths</title> <prepared>Bjorn Gustavsson</prepared> <docno></docno> @@ -36,6 +35,7 @@ retired myths.</p> <section> + <marker id="retired_myths"/> <title>Myth: Funs are Slow</title> <p>Funs used to be very slow, slower than <c>apply/3</c>. Originally, funs were implemented using nothing more than |