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:
Matthias Clasen 2014-02-09 02:12:53 -05:00
parent 35066ed6c6
commit c158a9cdcb

View File

@ -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
* *