aboutsummaryrefslogtreecommitdiff
path: root/core/encoding/entity/example/entity_example.odin
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-07-14 11:56:13 +0100
committergingerBill <bill@gingerbill.org>2022-07-14 11:56:13 +0100
commit2ae5bf4395ce7070b1301f9bee2b60d461dd28fc (patch)
tree2acb6b999a9e1e480991adc2ed7a802c67b89bc2 /core/encoding/entity/example/entity_example.odin
parentf28547cae1dbc009283e63250de0cdbde68543d7 (diff)
parent5332705e3108c35889020b105d0b1f68b6d48644 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'core/encoding/entity/example/entity_example.odin')
-rw-r--r--core/encoding/entity/example/entity_example.odin2
1 files changed, 1 insertions, 1 deletions
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)