Skip to content

Commit 68387a1

Browse files
committed
Fixed import source of tags compare function in documentation
1 parent 8d2c5b5 commit 68387a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/setup/setting-up-tags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The following configuration options are available:
141141
``` yaml
142142
plugins:
143143
- tags:
144-
tags_compare: !!python/name:material.plugins.tags.plugin.casefold
144+
tags_compare: !!python/name:material.plugins.tags.casefold
145145
```
146146

147147
You can also define your own comparison function which must return a tag

0 commit comments

Comments
 (0)