mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Fix typo in demo.odin
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user