Skip to content

Commit 6390ba2

Browse files
committed
use pass/fail instead of true/false
1 parent db8004b commit 6390ba2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PROCESS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ For reference, this table shows the validation results of a hypothetical schema
2828
<table>
2929
<tr>
3030
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Next➡️<br>⬇️Current</td>
31-
<th width="100" align="center">true</th>
32-
<th width="100" align="center">false</th>
31+
<th width="100" align="center">pass</th>
32+
<th width="100" align="center">fail</th>
3333
<th width="100" align="center">indeterminant</th>
3434
</tr>
3535
<tr>
36-
<th align="center">true</th>
36+
<th align="center">pass</th>
3737
<td align="center">✅</td>
3838
<td align="center">❌</td>
3939
<td align="center">❌</td>
4040
</tr>
4141
<tr>
42-
<th align="center">false</th>
42+
<th align="center">fail</th>
4343
<td align="center">❌</td>
4444
<td align="center">✅</td>
4545
<td align="center">❌</td>

0 commit comments

Comments
 (0)