1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-07-14 14:25:13 +02:00

docs: Fix a minor typo in the GVariant Specification

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall
2022-11-02 11:07:03 +00:00
parent ca45f84789
commit aa568abb97

@ -453,7 +453,7 @@ as two bytes — “ay”. Is this a single byte, ``'a'``, or an empty array of
Maybes
------
Maybes are encoded differently depending on if their element type is fixed-sized not.
Maybes are encoded differently depending on if their element type is fixed-sized or not.
The alignment of a maybe type is always equal to the alignment of its element type.