Browse Source

Update introspection.md

Marco Bambini 6 years ago
parent
commit
d588c41848
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/introspection.md

+ 2 - 2
docs/introspection.md

@@ -15,8 +15,8 @@ Each method support two optional parameters:
 Result can be a List or a Map (in case of param1 set to true).
 
 Examples:
-```
-	List.introspection();
+```swift
+  List.introspection();
   // returns: [sort,reduce,loop,sorted,contains,filter,count,reverse,iterate,push,remove,pop,storeat,loadat,reversed,indexOf,next,map,join]
   
   List.introspection(true);