diff options
author | Hans Bolinder <[email protected]> | 2016-09-01 08:25:44 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-09-01 08:25:44 +0200 |
commit | 27cd15570cc45388cae5ec710f663e571c920c0c (patch) | |
tree | 4eb1aa288b729d909df52e44cb7855e92efa9078 /lib/stdlib | |
parent | 92e4f66d21f8521927f2bbccf2ac33e75b7ca55f (diff) | |
parent | 155932b26c4b65412a4ef3a28922f0e8d276b919 (diff) | |
download | otp-27cd15570cc45388cae5ec710f663e571c920c0c.tar.gz otp-27cd15570cc45388cae5ec710f663e571c920c0c.tar.bz2 otp-27cd15570cc45388cae5ec710f663e571c920c0c.zip |
Merge branch 'maint'
* maint:
Fix xmllint-warnings
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/queue.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/queue.xml b/lib/stdlib/doc/src/queue.xml index a46ca47033..9f3aff03a3 100644 --- a/lib/stdlib/doc/src/queue.xml +++ b/lib/stdlib/doc/src/queue.xml @@ -401,7 +401,7 @@ </func> <func> - <name name="liat" arity="1"/>v + <name name="liat" arity="1"/> <fsummary>Remove the tail item from a queue.</fsummary> <desc> <p>Returns a queue <c><anno>Q2</anno></c> that is the result of removing |