Skip to content

Commit

Permalink
docs: clarify that __index is for folder::File
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi committed Aug 10, 2024
1 parent 92b0f0d commit 95a85f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ Properties:
Meta methods:

- `__len()`
- `__index(idx)` - Access the [File](#app-data.folder-file) by index
- `__index(idx)` - Access the [folder::File](#app-data.folder-file) by index

### `folder::File` {#app-data.folder-file}

Expand Down

0 comments on commit 95a85f8

Please sign in to comment.