Skip to content

docs: fix typo on arrays examples in gvariant-text

Marcos Simental requested to merge mrkz/glib:gvariant_text_typo_arrays into master

example lists [(1, 2), (3, 4.0)], but mentions numbers 1 and 4 being parsed as integrers, this seems wrong as 4.0 its explicitly parsed as double.

Signed-off-by: Simental Magana, Marcos marcos.simental.magana@intel.com

Merge request reports