diff --git a/manual/src/variables/03-maps.md b/manual/src/variables/03-maps.md
index bde7ed99c12bf0162e8a6f30b22f3d4176a008a5..42e4e842459c2d2631e3a0267807b3185727edaa 100644
--- a/manual/src/variables/03-maps.md
+++ b/manual/src/variables/03-maps.md
@@ -11,7 +11,7 @@ let hashmap:hmap[] = [ foo=hello bar=world fizz=I buzz=was bazz=here ]
 ## Create a BTreeMap
 
 ```
-let hashmap:hmap[] = [ foo=hello bar=world fizz=I buzz=was bazz=here ]
+let btreemap:bmap[] = [ foo=hello bar=world fizz=I buzz=was bazz=here ]
 ```
 
 ## Fetch a variables by key