init: Fix thinko in apidoc

* src/abg-ini.cc (read_context::read_string): A string is a
	contiguous vector of "property value" characters.

Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
Dodji Seketeli 2023-10-11 13:19:48 +02:00
parent ceb0fdb016
commit 6e1cbc9acc

View File

@ -1365,7 +1365,7 @@ public:
///
/// A string is just a contiguous set of characters that test
/// positive when passed to
/// read_context::char_is_property_name_char().
/// read_context::char_is_property_value_char().
///
/// Note that all escaped characters are suitable to be in a string.
///