Its a crux!

chore: docs cleanup

Signed-off-by: Jonathan Basniak <740416+gm112@users.noreply.github.com>

-1
-1
libraries/plist-parser/src/plist-parser.ts
··· 105 105 return `${indent}<string>${escape_xml(value)}</string>` 106 106 } 107 107 108 - // Supporting real values is not supported by this parser, we only support numbers. 109 108 function serialize_number(value: number, indent: string) { 110 109 return `${indent}<integer>${value}</integer>` 111 110 }