diff options
author | Hans Bolinder <[email protected]> | 2016-08-31 13:42:02 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-08-31 13:43:31 +0200 |
commit | fc69b92df1b6ad6487259ab0e24db9a0c3f3fb77 (patch) | |
tree | 59a733ebd5bd47655f9ff4f33faded94492feaea /lib/stdlib | |
parent | ee8f2380837321fef4975522bfa53cb9161874ac (diff) | |
download | otp-fc69b92df1b6ad6487259ab0e24db9a0c3f3fb77.tar.gz otp-fc69b92df1b6ad6487259ab0e24db9a0c3f3fb77.tar.bz2 otp-fc69b92df1b6ad6487259ab0e24db9a0c3f3fb77.zip |
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 |