Skip to content

Commit aba794a

Browse files
committed
Fixed rendering issues in JEP-09.
1 parent 5649d13 commit aba794a

File tree

1 file changed

+6
-35
lines changed

1 file changed

+6
-35
lines changed

proposals/accepted/jep-009-improved-filters.md

Lines changed: 6 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -300,42 +300,13 @@ expected truth table:
300300

301301
### Truth table for and expressions
302302

303-
| LHS
303+
| LHS | RHS | Result
304+
|---|---|---
305+
| True | True | True
306+
| True | False | False
307+
| False | True | False
308+
| False | False | False
304309

305-
| RHS
306-
307-
| Result
308-
309-
|
310-
| --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | | | | | | | |
311-
| True
312-
313-
| True
314-
315-
| True
316-
317-
|
318-
| True
319-
320-
| False
321-
322-
| False
323-
324-
|
325-
| False
326-
327-
| True
328-
329-
| False
330-
331-
|
332-
| False
333-
334-
| False
335-
336-
| False
337-
338-
|
339310
This is the standard truth table for a
340311
[logical conjunction (AND)](https://en.wikipedia.org/wiki/Truth_table#Logical_conjunction_.28AND.29).
341312

0 commit comments

Comments
 (0)