Correct xml test

This commit is contained in:
gingerBill
2022-05-12 16:01:15 +01:00
parent 3fdb3dd767
commit bc18310107
+1 -1
View File
@@ -218,7 +218,7 @@ doc_to_string :: proc(doc: ^xml.Document) -> (result: string) {
written += wprintf(writer, "[XML Prolog]\n")
for attr in doc.prolog {
for attr in doc.prologue {
written += wprintf(writer, "\t%v: %v\n", attr.key, attr.val)
}