mirror of
git://sourceware.org/git/libabigail.git
synced 2025-02-01 06:11:37 +00:00
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:
parent
ceb0fdb016
commit
6e1cbc9acc
@ -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.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user