diff options
author | Hans Bolinder <[email protected]> | 2019-04-30 07:50:57 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2019-04-30 07:50:57 +0200 |
commit | 997d03c62fbd5f387c4ddbf47b89ba397765480a (patch) | |
tree | 8f2dadd3cc39e8a3925de551325040f04b595779 /lib | |
parent | f2f68e47f6445a318f31a1686f123b264ebd940f (diff) | |
parent | 7e533e8e8f062228c864cd36e33fb33c0056bdf5 (diff) | |
download | otp-997d03c62fbd5f387c4ddbf47b89ba397765480a.tar.gz otp-997d03c62fbd5f387c4ddbf47b89ba397765480a.tar.bz2 otp-997d03c62fbd5f387c4ddbf47b89ba397765480a.zip |
Merge pull request #2221 from FNickRU/queue-doc
Fix typo
Diffstat (limited to 'lib')
-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 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> |