man: slightly update the man page of sd_bus_message_read_basic()

Follow-up for 73a1d7d243.
This commit is contained in:
Yu Watanabe 2020-11-25 22:20:48 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 78c4f2f153
commit 7a1fe27f81
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
<para>
On success, <function>sd_bus_message_read_basic()</function> returns a positive integer.
If the end of currently open array has been reached returns 0.
If the end of the currently opened array has been reached, it returns 0.
On failure, it returns a negative errno-style error code.
</para>