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 80094f9 commit b4b6decCopy full SHA for b4b6dec
docs/New Features/Mindex Metamethod.md
@@ -26,7 +26,7 @@ print(t.sum) --> nil
26
print(t:sum()) --> 3
27
```
28
29
-```pluto title="An example of __index taking precedence"
+```pluto title="An example of a field taking precedence"
30
local t = { 1, 2 }
31
print(t:min()) --> 1
32
t.min = 1
0 commit comments