Skip to content

Commit b4b6dec

Browse files
committed
Fix incorrect example title
1 parent 80094f9 commit b4b6dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/New Features/Mindex Metamethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ print(t.sum) --> nil
2626
print(t:sum()) --> 3
2727
```
2828

29-
```pluto title="An example of __index taking precedence"
29+
```pluto title="An example of a field taking precedence"
3030
local t = { 1, 2 }
3131
print(t:min()) --> 1
3232
t.min = 1

0 commit comments

Comments
 (0)