From fff947ebcdedc0c9a4b758db2935b44e9fc1e9dc Mon Sep 17 00:00:00 2001 From: Nagy Tibor <xnagytibor@gmail.com> Date: Wed, 23 Jan 2019 04:18:47 +0000 Subject: [PATCH] Fix BTreeMap documentation --- manual/src/variables/03-maps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/variables/03-maps.md b/manual/src/variables/03-maps.md index bde7ed99..42e4e842 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 -- GitLab