From b08d944c33be661fe679a1e47624ed84577b8da0 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Mon, 11 Mar 2019 09:32:15 +0000 Subject: [PATCH] Fix typo in demo.odin --- examples/demo/demo.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo/demo.odin b/examples/demo/demo.odin index d65c83059..e5c5830e1 100644 --- a/examples/demo/demo.odin +++ b/examples/demo/demo.odin @@ -856,7 +856,7 @@ cstring_example :: proc() { fmt.println(len(W), len(X), len(Y)); // IMPORTANT NOTE for cstring variables // len(cstring) is O(N) - // cast(cstring)string is O(N) + // cast(string)cstring is O(N) } deprecated_attribute :: proc() {