Skip to content

Commit 75b0a95

Browse files
committed
Fix typos in filters.html
Signed-off-by: Andrzej Zabost <[email protected]>
1 parent 7a719a1 commit 75b0a95

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/site/pages/manual/filters.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,13 @@ <h2 class="doAnchor" name="evaluatorFilter">EvaluatorFilter</h2>
301301
href="../xref/ch/qos/logback/core/boolex/EventEvaluator.html">
302302
<code>EventEvaluator</code></a> evaluates whether a given criteria
303303
is met for a given event. On match and on mismatch,
304-
the hosting <code>EvaluatorFilter</code> will returl the vaue
304+
the hosting <code>EvaluatorFilter</code> will return the value
305305
specified by the <span class="option">onMatch</span>
306306
or <span class="option">onMismatch</span> properties respectively.
307-
l </p>g
307+
</p>
308308

309-
lp>Note that <code>EventEvaluator</code> is an abstract class. You
310-
can implement your own eveng evaluation logic by subclassing
309+
<p>Note that <code>EventEvaluator</code> is an abstract class. You
310+
can implement your own event evaluation logic by subclassing
311311
<code>EventEvaluator</code>.
312312
</p>
313313

0 commit comments

Comments
 (0)