Skip to content

Commit aab34b0

Browse files
authored
update symbol key for optional chaining and nullish coalescing
1 parent fb102a6 commit aab34b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ <h1>GitHub Feature Support Table</h1>
726726
<code>Optional Chaining Operator (?.)</code>
727727
</a>
728728
</th>
729-
<td data-code="window?.foo?.bar?.baz || true"><div>**</div></td>
729+
<td data-code="window?.foo?.bar?.baz || true"><div>!</div></td>
730730
<td data-supported="true"><div>80+</div></td>
731731
<td data-supported="true"><div>80+</div></td>
732732
<td data-supported="true"><div>74+</div></td>
@@ -740,7 +740,7 @@ <h1>GitHub Feature Support Table</h1>
740740
<code>Nullish Coalescing Operator (??)</code>
741741
</a>
742742
</th>
743-
<td data-code="window.foo ?? true"><div>**</div></td>
743+
<td data-code="window.foo ?? true"><div>!</div></td>
744744
<td data-supported="true"><div>80+</div></td>
745745
<td data-supported="true"><div>80+</div></td>
746746
<td data-supported="true"><div>72+</div></td>

0 commit comments

Comments
 (0)