From ae9d540c1c77bfc84a4fff964e218aebcb0c2680 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 11 Jul 2022 11:55:49 +0100 Subject: Correct naming in tests --- core/encoding/entity/example/entity_example.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/encoding/entity/example/entity_example.odin') diff --git a/core/encoding/entity/example/entity_example.odin b/core/encoding/entity/example/entity_example.odin index 6fc377f9d..6301eb263 100644 --- a/core/encoding/entity/example/entity_example.odin +++ b/core/encoding/entity/example/entity_example.odin @@ -8,7 +8,7 @@ import "core:time" doc_print :: proc(doc: ^xml.Document) { buf: strings.Builder - defer strings.destroy_builder(&buf) + defer strings.builder_destroy(&buf) w := strings.to_writer(&buf) xml.print(w, doc) -- cgit v1.2.3