aboutsummaryrefslogtreecommitdiff
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/demo.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/demo.odin b/code/demo.odin
index 8e5719f0f..dc93ab9e9 100644
--- a/code/demo.odin
+++ b/code/demo.odin
@@ -13,7 +13,7 @@ main :: proc() {
Version 0.1.1
Added:
- * Dynamic Arrays [dynamic]Type`
+ * Dynamic Arrays `[dynamic]Type`
* Dynamic Maps `map[Key]Value`
* Dynamic array and map literals
* Custom struct alignemnt `struct #align 8 { bar: i8 }`