Skip to content

Commit 77ec810

Browse files
committed
Fix a documentation error
1 parent 98fc3c8 commit 77ec810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending_polyfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class ExampleMatcher(MagicTest):
6060
return FailedTest(self, offset=0, message="This is not an example file!")
6161

6262
# Register the matcher so it always runs:
63-
MagicMatcher.DEFAULT_INSTANCE.add(RelaxedJarMatcher())
63+
MagicMatcher.DEFAULT_INSTANCE.add(ExampleMatcher())
6464
```
6565

6666
## Parsing

0 commit comments

Comments
 (0)