Skip to content

Commit

Permalink
Fix a documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 30, 2023
1 parent 98fc3c8 commit 77ec810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending_polyfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class ExampleMatcher(MagicTest):
return FailedTest(self, offset=0, message="This is not an example file!")

# Register the matcher so it always runs:
MagicMatcher.DEFAULT_INSTANCE.add(RelaxedJarMatcher())
MagicMatcher.DEFAULT_INSTANCE.add(ExampleMatcher())
```

## Parsing
Expand Down

0 comments on commit 77ec810

Please sign in to comment.