aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorStanislav Mayorov <[email protected]>2019-04-30 10:25:31 +0700
committerGitHub <[email protected]>2019-04-30 10:25:31 +0700
commit7e533e8e8f062228c864cd36e33fb33c0056bdf5 (patch)
treebd89583666d30a7880c51c9a2e714424f683dbfc /lib/stdlib
parent5593c7237c691eeef73a157d0aabe7a254b15912 (diff)
downloadotp-7e533e8e8f062228c864cd36e33fb33c0056bdf5.tar.gz
otp-7e533e8e8f062228c864cd36e33fb33c0056bdf5.tar.bz2
otp-7e533e8e8f062228c864cd36e33fb33c0056bdf5.zip
Fix typo
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/queue.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/queue.xml b/lib/stdlib/doc/src/queue.xml
index 83a8afea81..89cce6d85b 100644
--- a/lib/stdlib/doc/src/queue.xml
+++ b/lib/stdlib/doc/src/queue.xml
@@ -168,7 +168,7 @@
<fsummary>Test if a queue is empty.</fsummary>
<desc>
<p>Tests if <c><anno>Q</anno></c> is empty and returns <c>true</c> if
- so, otherwise otherwise.</p>
+ so, otherwise <c>false</c>.</p>
</desc>
</func>