diff options
author | Stanislav Mayorov <[email protected]> | 2019-04-30 10:25:31 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2019-04-30 10:25:31 +0700 |
commit | 7e533e8e8f062228c864cd36e33fb33c0056bdf5 (patch) | |
tree | bd89583666d30a7880c51c9a2e714424f683dbfc /lib/stdlib/doc/src/queue.xml | |
parent | 5593c7237c691eeef73a157d0aabe7a254b15912 (diff) | |
download | otp-7e533e8e8f062228c864cd36e33fb33c0056bdf5.tar.gz otp-7e533e8e8f062228c864cd36e33fb33c0056bdf5.tar.bz2 otp-7e533e8e8f062228c864cd36e33fb33c0056bdf5.zip |
Fix typo
Diffstat (limited to 'lib/stdlib/doc/src/queue.xml')
-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> |