We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0177bdb commit 92cbb9bCopy full SHA for 92cbb9b
docs/tutorial.md
@@ -32,9 +32,9 @@ Here's a list of all available value types in Tengo.
32
| bytes | byte array | `[]byte` |
33
| error | [error](#error-values) value | - |
34
| time | time value | `time.Time` |
35
-| array | value array _(mutable)_ | `[]interface{}` |
+| array | value array _(mutable)_ | `[]any` |
36
| immutable array | [immutable](#immutable-values) array | - |
37
-| map | value map with string keys _(mutable)_ | `map[string]interface{}` |
+| map | value map with string keys _(mutable)_ | `map[string]any` |
38
| immutable map | [immutable](#immutable-values) map | - |
39
| undefined | [undefined](#undefined-values) value | - |
40
| function | [function](#function-values) value | - |
0 commit comments