docs: fix notmuch_message_properties_value documentation

It returns the value, not the key.
This commit is contained in:
Steven Allen 2017-01-13 09:51:02 -08:00 committed by David Bremner
parent 32065e7909
commit 4a2ce7b570

View file

@ -1811,7 +1811,7 @@ const char *
notmuch_message_properties_key (notmuch_message_properties_t *properties);
/**
* Return the key from the current (key,value) pair.
* Return the value from the current (key,value) pair.
*
* This could be useful if iterating for a prefix.
*