diff --git a/cheatsheet/snapshot.html b/cheatsheet/snapshot.html index e698454..e8bc1ac 100644 --- a/cheatsheet/snapshot.html +++ b/cheatsheet/snapshot.html @@ -148,8 +148,8 @@

Lists

  create a list
var = list[2];
  index a list (from 0)
-
var = list.z;
-
  dot notation indexing (x/y/z)
+
list2 = list1.xyzz;
+
  swizzling