Updated Adding your own checker (markdown)

Brandon 2021-03-24 09:32:23 +00:00
parent fe4dfe313d
commit ddf2e727a1
1 changed files with 2 additions and 0 deletions

@ -94,6 +94,8 @@ class ChiSquared(Checker[str]):
}
```
**Important** Your checker needs to return True for it's worked, and None for it's failed.
Next add your checker to:
```