Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: typo in filename
Lars Wirzenius committed 5 months ago
commit 0a77f80d3172adf13b21235e8b89ccbec0702868
parent 0dc74cf
1 file changed +1 -1
modified doc/filter-impl.md
@@ -4,7 +4,7 @@ Overview:

* in `src/filter.rs`, add a new variant to `enum EventFilter`, with whatever
  fields are needed for that filter
-
* in `sr/filter.rs`, in the `EventFilter::decide` method, add a new `match` arm
+
* in `src/filter.rs`, in the `EventFilter::decide` method, add a new `match` arm
  for the new filter variant
* in `ci-broker.md` add a new section `## Filter predicte XXX`, like the existing
  ones, to verify the new filter works