Skip to content

Commit

Permalink
Fix typos in filters.html
Browse files Browse the repository at this point in the history
  • Loading branch information
azabost committed Jul 18, 2024
1 parent 7a719a1 commit 37cc5cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/site/pages/manual/filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,13 @@ <h2 class="doAnchor" name="evaluatorFilter">EvaluatorFilter</h2>
href="../xref/ch/qos/logback/core/boolex/EventEvaluator.html">
<code>EventEvaluator</code></a> evaluates whether a given criteria
is met for a given event. On match and on mismatch,
the hosting <code>EvaluatorFilter</code> will returl the vaue
the hosting <code>EvaluatorFilter</code> will return the value
specified by the <span class="option">onMatch</span>
or <span class="option">onMismatch</span> properties respectively.
l </p>g
</p>

lp>Note that <code>EventEvaluator</code> is an abstract class. You
can implement your own eveng evaluation logic by subclassing
<p>Note that <code>EventEvaluator</code> is an abstract class. You
can implement your own event evaluation logic by subclassing
<code>EventEvaluator</code>.
</p>

Expand Down

0 comments on commit 37cc5cc

Please sign in to comment.