We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f82c4 commit ca69f40Copy full SHA for ca69f40
docs/Runtime Environment/CaT.md
@@ -48,7 +48,7 @@ print(dumpvar(data))
48
--> }
49
```
50
51
-With the default "full" representation, the retuned table has an `__index` metamethod for ease of use:
+With the default "full" representation, the returned table has an `__index` metamethod for ease of use:
52
53
```pluto
54
print(data.List.value) --> With Value
0 commit comments