docs/gvariant: fix a(si) example in specification

This has a trailing 0x15 on it when you create it with GVariant and the
specification should match.

Closes: #3478
This commit is contained in:
Christian Hergert 2024-09-20 13:33:36 -07:00
parent 84b6f747cb
commit ff00e9c2ed

View File

@ -677,7 +677,7 @@ represents when deserialised with the given type.
With type ``'a(si)'``::
'h 'i \0 -- fe ff ff ff 03 ## ## ## 'b 'y 'e \0
ff ff ff ff 04 09
ff ff ff ff 04 09 15
has a value of ``[('hi', -2), ('bye', -1)]``.