From 92b0f0d89f3cefb289df0cba3591604056c39abf Mon Sep 17 00:00:00 2001 From: sxyazi Date: Sat, 10 Aug 2024 11:56:06 +0800 Subject: [PATCH] docs: fix wrong meta method name in types --- docs/plugins/types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/types.md b/docs/plugins/types.md index d247813e..7b491f67 100644 --- a/docs/plugins/types.md +++ b/docs/plugins/types.md @@ -162,7 +162,7 @@ Properties: Meta methods: - `__len()` -- `__pairs()` - Iterate over the [File](#shared.file)s. +- `__index(idx)` - Access the [File](#app-data.folder-file) by index ### `folder::File` {#app-data.folder-file}