From 37f2521afb8f38866ea886d006e869a9b3983ac5 Mon Sep 17 00:00:00 2001 From: imaqtkatt Date: Fri, 24 May 2024 15:56:09 -0300 Subject: [PATCH] Improve map feature documentation --- FEATURES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FEATURES.md b/FEATURES.md index 3a9723a9..00835dbc 100644 --- a/FEATURES.md +++ b/FEATURES.md @@ -373,6 +373,8 @@ type Map: Leaf ``` +Notice that the getter and setter syntax induces an order on things using the map, since every get or set operation depends on the value of the previous map. + ### Mixing syntaxes As was said in the beginning, Bend offers two flavors of syntax.