mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Fix a misformatting in GVariant docs
The + at the beginning of the line was misinterpreted as markdown for a list.
This commit is contained in:
parent
35066ed6c6
commit
c158a9cdcb
@ -156,9 +156,10 @@
|
|||||||
* padding bytes. That makes a total of 6 + 2 + 3 = 11 bytes.
|
* padding bytes. That makes a total of 6 + 2 + 3 = 11 bytes.
|
||||||
*
|
*
|
||||||
* We now require extra padding between the two items in the array.
|
* We now require extra padding between the two items in the array.
|
||||||
* After the 14 bytes of the first item, that's 2 bytes required. We
|
* After the 14 bytes of the first item, that's 2 bytes required.
|
||||||
* now require 2 framing offsets for an extra two bytes. 14 + 2 + 11
|
* We now require 2 framing offsets for an extra two
|
||||||
* + 2 = 29 bytes to encode the entire two-item dictionary.
|
* bytes. 14 + 2 + 11 + 2 = 29 bytes to encode the entire two-item
|
||||||
|
* dictionary.
|
||||||
*
|
*
|
||||||
* ## Type Information Cache
|
* ## Type Information Cache
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user