Its a crux!

chore: documentation changes

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

+1 -1
+1 -1
libraries/plist-parser/src/plist-parser.ts
··· 12 12 * Notes for things that are not supported: 13 13 * - Does not care about UTF-16 encoding support. Untested, but might work fine. 14 14 * - Large files probably won't work due to the use of using regex to extract the <plist> data. Changing deserialization to use a streaming parser would address this if it is an issue. 15 - * - Comments are ignored and will no-op/be removed when serializing. 15 + * - Comments are ignored and will no-op/be removed when deserializing. 16 16 * - Binary data is ignored, and is untested. 17 17 * - Dates are ignored, and is untested. At the moment I believe it would resolve to a regular string. 18 18 * - All unknown key dictionaries are not supported, and may be treated as a regular JSON object, which may mess up the structure of the plist.