fix: replace h tags (#40750)

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-01-21 00:11:46 -08:00
committed by GitHub
parent 83e3d93953
commit 062b1cd424
7 changed files with 9 additions and 19 deletions

View File

@ -10,8 +10,7 @@ dashedName: balanced-brackets
Determine whether a generated string of brackets is balanced; that is, whether it consists entirely of pairs of opening/closing brackets (in that order), none of which mis-nest.
<h4><strong>Examples:</strong></h4>
**Examples:**
| Input | Output |
| ------------------------- | ------ |
| <code>\[]</code> | true |